Re: [dpdk-dev] [DPDK] examples/ipsec-secgw: fix use of unsupported RSS offloads

2018-06-26 Thread Remy Horton
On 26/06/2018 10:03, Ferruh Yigit wrote: [..] Hi Remy, Is following covering this patch: https://patches.dpdk.org/patch/41313/ Patch was sent out with wrong subject, so consider it Nack'd.

Re: [dpdk-dev] [DPDK] examples/ipsec-secgw: fix use of unsupported RSS offloads

2018-06-26 Thread Ferruh Yigit
On 6/22/2018 2:27 PM, Remy Horton wrote: > Since commit aa1a6d87f15d ("ethdev: force RSS offload rules again") > a check that requested RSS offloads are supported by a PMD is > enforced, whereas in the past asking for unsupported offloads would > not result in an error. This patch changes the IPSec

Re: [dpdk-dev] [DPDK] examples/ipsec-secgw: fix use of unsupported RSS offloads

2018-06-25 Thread Remy Horton
On 22/06/2018 16:46, Ferruh Yigit wrote: [..] Is following covering this patch: https://patches.dpdk.org/patch/41313/ Looks like it. Didn't spot it earlier.. ..Remy

[dpdk-dev] [DPDK] examples/ipsec-secgw: fix use of unsupported RSS offloads

2018-06-22 Thread Remy Horton
Since commit aa1a6d87f15d ("ethdev: force RSS offload rules again") a check that requested RSS offloads are supported by a PMD is enforced, whereas in the past asking for unsupported offloads would not result in an error. This patch changes the IPSec gateway sample so that it only requests modes th