Oopenvela-robotnet/arp: optimize the code logic using the breaklock method
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Merge branch 'master' into vela apache/nuttx commit id: eb27ebba8adfe29644a7b890f86e6f16941921dc Signed-off-by: ligd <liguiding1@xiaomi.com> Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
net/arp: support queue iob when arp_out failed arp_out will replace the dev->d_iob to arp request if the iob destination address is not exist in arp table, this mechanism cause this iob lost result in first received ping no response or first synack retransmit. to fix this bug, we queue the iob if arp_out failed, allocate a new iob to send arp request, after the arp request completed, then we retry send the queue iob packet. Signed-off-by: wenquan1 <wenquan1@xiaomi.com> | 2 个月前 | |
net: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
net/arp: optimize the code logic using the breaklock method Signed-off-by: yangjianqing <yangjianqing@xiaomi.com> | 2 个月前 | |
net/ethernet: ARP can be configured on interface ARP can be configured on interface. Signed-off-by: gaohedong <gaohedong@xiaomi.com> | 2 个月前 | |
net: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
net: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
net/arp: Add checks on hardware/protocol type Acordding to RFC 826, netstack should checks hardware/protocol type information in arp packet. Signed-off-by: gaohedong <gaohedong@xiaomi.com> | 2 个月前 | |
net/arp: dont learn arp information if interface is noarp Dont learn arp information from ip packet if interface is noarp Signed-off-by: gaohedong <gaohedong@xiaomi.com> | 2 个月前 | |
net/arp: optimize the code logic using the breaklock method Signed-off-by: yangjianqing <yangjianqing@xiaomi.com> | 2 个月前 | |
Revert "net/arp: reducing unnecessary ARP requests can mitigate" This reverts commit 696a94c8055dc59933457e8ce5c3c91dbecab980. first, when continuous ping from tester to vela, if ignore arp expire when ping response use arp_out to build L2 layer, this cause TC13 testing arp entry expire feature failed. second, the patch of support queue iob when arp_out failed can fix this bug. | 2 个月前 | |
arp_poll: skip arp_out when arp_send flow Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com> | 2 个月前 | |
net/arp: optimize the code logic using the breaklock method Signed-off-by: yangjianqing <yangjianqing@xiaomi.com> | 2 个月前 | |
net: add per cpu support under bmp mode Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com> | 2 个月前 |