[dpdk-dev] [PATCH] net: fix the IPv4 IHL and VHL define value

2019-11-06 Thread Flavia Musatescu
Fix the RTE_IPV4_VHL_DEF macro that represents the value for the IPv4 VHL and Minimum IHL header fields according to rfc791. Fixes: 2318d8d54565 ("net: define IPv4 IHL and VHL") Cc: saleh...@mellanox.com Cc: sta...@dpdk.org Signed-off-by: Flavia Musatescu --- lib/librte_net/rte_ip.h

[dpdk-dev] [PATCH v2] net: add new header file for VXLAN

2019-10-23 Thread Flavia Musatescu
The VXLAN related definitions and structures are moved from rte_ether.h to a new header file: rte_xvlan.h. Also introducing a new define macro for VXLAN default port id: RTE_VXLAN_DEFAULT_PORT Signed-off-by: Flavia Musatescu --- v2: fixed mlx5 pmd build error --- app/test-pmd/csumonly.c

[dpdk-dev] [PATCH] net: add new header file for VXLAN

2019-10-22 Thread Flavia Musatescu
The VXLAN related definitions and structures are moved from rte_ether.h to a new header file: rte_xvlan.h. Also introducing a new define macro for VXLAN default port id: RTE_VXLAN_DEFAULT_PORT Signed-off-by: Flavia Musatescu --- app/test-pmd/csumonly.c| 1 + app/test-pmd

[dpdk-dev] [PATCH v4] net/af_packet: improve Tx statistics accuracy

2019-10-18 Thread Flavia Musatescu
: fix packet bytes counting") Cc: ciwil...@brocade.com Cc: sta...@dpdk.org Signed-off-by: Flavia Musatescu --- v2: * Changed the comment. v3: * Same applied for EAGAIN error. v4: * Updated the statistics in the commit message --- drivers/net/af_packet/rte_eth_af_packet.c | 10 -- 1 fi

[dpdk-dev] [PATCH v3] net/af_packet: improve Tx statistics accuracy

2019-10-17 Thread Flavia Musatescu
Rx statistics: Total Rx Pkts: 10974307 Fixes: 74b7fc0a0ff1 ("net/af_packet: fix packet bytes counting") Cc: ciwil...@brocade.com Cc: sta...@dpdk.org Signed-off-by: Flavia Musatescu --- v2: * Changed the comment. v3: * Same applied for EAGAIN error. --- drivers/net

[dpdk-dev] [PATCH v2] net/af_packet: improve Tx statistics accuracy

2019-10-10 Thread Flavia Musatescu
statistics: Total Rx Pkts: 10974307 Fixes: 74b7fc0a0ff1 ("net/af_packet: fix packet bytes counting") Cc: ciwil...@brocade.com Cc: sta...@dpdk.org Signed-off-by: Flavia Musatescu --- v2: * Changed the comment --- drivers/net/af_packet/rte_eth_af_packet.c | 8 ++-- 1 file

[dpdk-dev] [PATCH] net/af_packet: improve Tx statistics accuracy

2019-10-09 Thread Flavia Musatescu
statistics: Total Rx Pkts: 10974307 Fixes: 74b7fc0a0ff1 ("net/af_packet: fix packet bytes counting") Cc: ciwil...@brocade.com Cc: sta...@dpdk.org Signed-off-by: Flavia Musatescu --- drivers/net/af_packet/rte_eth_af_packet.c | 12 ++-- 1 file changed, 10 insertions(+), 2

[dpdk-dev] [PATCH v2] app/testpmd: remove duplicated support for Rx offloading

2019-08-27 Thread Flavia Musatescu
fixes the "drop-en" command, which enables packets dropping on all RX queues of all ports when no receive buffers available “port config all drop-en on|off” Fixes: 384161e00627 ("app/testpmd: adjust on the fly VLAN configuration") Cc: shah...@mellanox.com Cc: sta...@dpdk.org S

[dpdk-dev] [PATCH] app/testpmd: remove duplicated support for Rx offloading

2019-08-05 Thread Flavia Musatescu
fixes the "drop-en" command, which enables packets dropping on all RX queues of all ports when no receive buffers available “port config all drop-en on|off” Fixes: 384161e00627 ("app/testpmd: adjust on the fly VLAN configuration") Cc: shah...@mellanox.com Cc: sta...@dpdk.org S

[dpdk-dev] [PATCH v2] telemetry: fix build warnings seen when using gcc 9

2019-07-03 Thread Flavia Musatescu
for client socket messages") Fixes: fff6df7bf58e ("telemetry: fix using ports of different types") Fixes: 4080e46c8078 ("telemetry: support global metrics") Cc: sta...@dpdk.org Signed-off-by: Reshma Pattan Signed-off-by: Flavia Musatescu --- Cc: ciara.po...@intel.com Cc: bru

[dpdk-dev] [PATCH] telemetry: fix build warnings seen when using gcc 9

2019-07-02 Thread Flavia Musatescu
for client socket messages") Fixes: fff6df7bf58e ("telemetry: fix using ports of different types") Fixes: 4080e46c8078 ("telemetry: support global metrics") Cc: sta...@dpdk.org Signed-off-by: Reshma Pattan Signed-off-by: Flavia Musatescu --- Cc: ciara.po...@intel.com Cc: bru