Re: [PATCH] ixgbe: Fix secpath usage for IPsec TX offload.

2019-09-12 Thread Michael Marley
ix this by using the xfrm_offload() function to test for TX offload. Fixes: 592594704761 ("ixgbe: process the Tx ipsec offload") Reported-by: Michael Marley Signed-off-by: Steffen Klassert Tested-by: Michael Marley --- drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 3 ++- 1 file c

Re: ixgbe: driver drops packets routed from an IPSec interface with a "bad sa_idx" error

2019-09-11 Thread Michael Marley
On 2019-09-11 02:15, Steffen Klassert wrote: On Tue, Sep 10, 2019 at 06:53:30PM -0400, Michael Marley wrote: StrongSwan has hardware offload disabled by default, and I didn't enable it explicitly.  I also already tried turning off all those switches with ethtool and it has no effect. 

Re: ixgbe: driver drops packets routed from an IPSec interface with a "bad sa_idx" error

2019-09-10 Thread Michael Marley
On 9/10/19 5:43 PM, Shannon Nelson wrote: > On 9/9/19 11:45 AM, Michael Marley wrote: >> On 2019-09-09 14:21, Shannon Nelson wrote: >>> On 9/6/19 11:13 AM, Michael Marley wrote: >>>> (This is also reported at >>>> https://bugzilla.kernel.org/show_bug.

Re: ixgbe: driver drops packets routed from an IPSec interface with a "bad sa_idx" error

2019-09-09 Thread Michael Marley
On 2019-09-09 14:21, Shannon Nelson wrote: On 9/6/19 11:13 AM, Michael Marley wrote: (This is also reported at https://bugzilla.kernel.org/show_bug.cgi?id=204551, but it was recommended that I send it to this list as well.) I have a put together a router that routes traffic from several

ixgbe: driver drops packets routed from an IPSec interface with a "bad sa_idx" error

2019-09-06 Thread Michael Marley
ame issue as me, down to the sa_idx and handle values being the same. If there are any more details I can provide to make this easier to track down, please let me know. Thanks, Michael Marley