[dpdk-dev] [PATCH v5 6/7] net/iavf: check Tx packet with correct UP and queue

2021-07-01 Thread Ting Xu
Add check in the Tx packet preparation function, to guarantee that the packet with specific user priority is distributed to the correct Tx queue according to the configured Tx queue TC mapping. Signed-off-by: Ting Xu --- drivers/net/iavf/iavf.h | 10 drivers/net/iavf/iavf_rxtx.c |

[dpdk-dev] [PATCH v5 6/7] net/iavf: check Tx packet with correct UP and queue

2021-07-01 Thread Ting Xu
Add check in the Tx packet preparation function, to guarantee that the packet with specific user priority is distributed to the correct Tx queue according to the configured Tx queue TC mapping. Signed-off-by: Ting Xu --- drivers/net/iavf/iavf.h | 10 + drivers/net/iavf/iavf_rxtx.c |