[dpdk-dev] [PATCH] port: eventdev port api promoted

2021-09-09 Thread Rahul Shah
rte_port_eventdev_reader_ops, rte_port_eventdev_writer_nodrops_ops, rte_port_eventdev_writer_ops symbols promoted Signed-off-by: Rahul Shah --- lib/port/version.map | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/port/version.map b/lib/port/version.map index

TCP checksum calculation after GSO

2022-08-26 Thread Rahul Shah
Hi, I see that in the testpmd csum mode (csumonly.c), TCP checksum is not calculated by the code after segmenting the packet. I get TCP checksum error when I capture the segmented packets in the Wireshark. Is this expected or an error. There is a 'update_tcp_header' function which only clears

[dpdk-dev] [PATCH] port: fix library build order dependency

2019-11-06 Thread Rahul Shah
The port library should be build after eventdev library. Fixes: 5d92c4e5 ("port: add eventdev port type") Signed-off-by: Rahul Shah --- lib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile b/lib/Makefile index 5d04ab915..2c2b80ac3 100644 --- a/lib/Makefile

[dpdk-dev] [PATCH v2] port: fix library build order dependency

2019-11-07 Thread Rahul Shah
The port library should be build after eventdev library. Fixes: 5d92c4e5 ("port: add eventdev port type") Signed-off-by: Rahul Shah --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 5d04ab915..1ff00ba8c 100644

[dpdk-dev] [PATCH v3] port: fix library build order dependency

2019-11-13 Thread Rahul Shah
The port library should be built after eventdev library. Fixes: 5d92c4e5 ("port: add eventdev port type") Signed-off-by: Rahul Shah --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 5d04ab915..1ff00ba8c 100644

[dpdk-dev] [PATCH v2] port: Eventdev port support added in the rte_port library

2019-10-02 Thread Rahul Shah
Adding a new port type called eventdev to the rte_port library. Signed-off-by: Rahul Shah --- lib/librte_port/Makefile | 4 +- lib/librte_port/meson.build | 8 +- lib/librte_port/rte_port_eventdev.c | 585 +++ lib/librte_port/rte_port_eventdev.h

[dpdk-dev] [PATCH v3] port: Eventdev port support added in the rte_port library

2019-10-02 Thread Rahul Shah
Adding a new port type called eventdev to the rte_port library. Signed-off-by: Rahul Shah --- lib/librte_port/Makefile | 4 +- lib/librte_port/meson.build | 8 +- lib/librte_port/rte_port_eventdev.c | 585 +++ lib/librte_port/rte_port_eventdev.h

[dpdk-dev] [PATCH] port: Eventdev port support added in the rte_port library

2019-09-29 Thread Rahul Shah
Signed-off-by: Rahul Shah --- lib/librte_port/Makefile | 4 +- lib/librte_port/meson.build | 8 +- lib/librte_port/rte_port_eventdev.c | 585 +++ lib/librte_port/rte_port_eventdev.h | 96 + lib/librte_port/rte_port_version.map | 9 + 5