Re: [dpdk-dev] [PATCH v2] app/testpmd: remove unused struct member

2021-02-22 Thread Ferruh Yigit
On 2/9/2021 3:40 PM, Kathleen Capella wrote: The tx_queue member of the fwd_lcore struct is unused as it is already part of the fwd_stream structure. Deleting helps improve code readability. Signed-off-by: Kathleen Capella Reviewed-by: Honnappa Nagarahalli Acked-by: Thomas Monjalon Applied

Re: [dpdk-dev] [PATCH v2] app/testpmd: remove unused struct member

2021-02-19 Thread Ferruh Yigit
On 2/19/2021 5:25 PM, Kathleen Capella wrote: The iol-testing warning on this patch seems to be unrelated to the patch. Yep, it looks unrelated, spdk build is failing, I tried to trigger build again, please check after some time if status changes. On February 9, 2021 10:40 AM, Kathleen Cap

Re: [dpdk-dev] [PATCH v2] app/testpmd: remove unused struct member

2021-02-19 Thread Kathleen Capella
The iol-testing warning on this patch seems to be unrelated to the patch. On February 9, 2021 10:40 AM, Kathleen Capella wrote > The tx_queue member of the fwd_lcore struct is unused as it is already part > of the fwd_stream > structure. Deleting helps improve code readability. > Signed-off-by

[dpdk-dev] [PATCH v2] app/testpmd: remove unused struct member

2021-02-09 Thread Kathleen Capella
The tx_queue member of the fwd_lcore struct is unused as it is already part of the fwd_stream structure. Deleting helps improve code readability. Signed-off-by: Kathleen Capella Reviewed-by: Honnappa Nagarahalli Acked-by: Thomas Monjalon --- app/test-pmd/testpmd.h | 1 - 1 file changed, 1 dele