Re: [dpdk-dev] [PATCH v2] app/testpmd: add check for Rx offload security flag

2018-09-20 Thread Ferruh Yigit
On 9/10/2018 5:55 PM, Iremonger, Bernard wrote: > >> -Original Message- >> From: Laatz, Kevin >> Sent: Monday, September 10, 2018 5:29 PM >> To: dev@dpdk.org >> Cc: Iremonger, Bernard ; Laatz, Kevin >> >> Subject: [PATCH v2] app/testpmd: add check for Rx offload security flag >> >> Add a

Re: [dpdk-dev] [PATCH v2] app/testpmd: add check for Rx offload security flag

2018-09-10 Thread Iremonger, Bernard
> -Original Message- > From: Laatz, Kevin > Sent: Monday, September 10, 2018 5:29 PM > To: dev@dpdk.org > Cc: Iremonger, Bernard ; Laatz, Kevin > > Subject: [PATCH v2] app/testpmd: add check for Rx offload security flag > > Add a check for the DEV_RX_OFFLOAD_SECURITY flag to the > port_

[dpdk-dev] [PATCH v2] app/testpmd: add check for Rx offload security flag

2018-09-10 Thread Kevin Laatz
Add a check for the DEV_RX_OFFLOAD_SECURITY flag to the port_offload_cap_display(). Signed-off-by: Kevin Laatz Reviewed-by: Ferruh Yigit --- app/test-pmd/config.c | 9 + 1 file changed, 9 insertions(+) diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c index 14ccd68..4c60c7e 10