[dpdk-dev] [PATCH] eal: added new api to only enqueue a packet in tx buffer

2019-08-20 Thread Nilanjan Sarkar
Hello Thomas M, Can you please review this path "http://patches.dpdk.org/patch/57593/";? I see this has been assigned to you. Kindly provide your feedback. Regards, Nilanjan Disclaimer: This communication (including any attachments) is intended for the use of the intended recipient(s) only and

[dpdk-dev] [PATCH] eal: added new api to only enqueue a packet in tx buffer

2019-08-08 Thread Nilanjan Sarkar
access to port and queue. So this function segregate buffering job from flushing job and thus removes dependency on port and queue. Signed-off-by: Nilanjan Sarkar --- lib/librte_ethdev/rte_ethdev.h | 29 + 1 file changed, 29 insertions(+) diff --git a/lib

[dpdk-dev] [PATCH] eal: added new api to only enqueue a packet in tx buffer

2019-08-08 Thread Nilanjan Sarkar
access to port and queue. So this function segregate buffering job from flushing job and thus removes dependency on port and queue. Signed-off-by: Nilanjan Sarkar --- lib/librte_ethdev/rte_ethdev.h | 29 + 1 file changed, 29 insertions(+) diff --git a/lib

[dpdk-dev] [PATCH] eal: added new api to only enqueue a packet in tx buffer

2019-08-08 Thread Nilanjan Sarkar
access to port and queue. So this function segregate buffering job from flushing job and thus removes dependency on port and queue. Signed-off-by: Nilanjan Sarkar --- lib/librte_ethdev/rte_ethdev.h | 31 +++ 1 file changed, 31 insertions(+) diff --git a/lib