Re: [PATCH net v2 0/2] Fix thunderx MTU with XDP

2019-04-10 Thread David Miller
From: David Miller Date: Wed, 10 Apr 2019 19:35:16 -0700 (PDT) > From: Matteo Croce > Date: Mon, 8 Apr 2019 23:06:45 +0200 > >> The thunderx driver can't use XDP with all MTU values. >> This patches sets the right MTU values, and add a check to avoid setting >> a wrong value which will not fun

Re: [PATCH net v2 0/2] Fix thunderx MTU with XDP

2019-04-10 Thread David Miller
From: Matteo Croce Date: Mon, 8 Apr 2019 23:06:45 +0200 > The thunderx driver can't use XDP with all MTU values. > This patches sets the right MTU values, and add a check to avoid setting > a wrong value which will not function. Series applied and queued up for -stable.

[PATCH net v2 0/2] Fix thunderx MTU with XDP

2019-04-08 Thread Matteo Croce
The thunderx driver can't use XDP with all MTU values. This patches sets the right MTU values, and add a check to avoid setting a wrong value which will not function. Matteo Croce (2): net: thunderx: raise XDP MTU to 1508 net: thunderx: don't allow jumbo frames with XDP .../net/ethernet/cavi