From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bowers, AndrewX Date: Fri, 18 Oct 2019 00:18:56 +0000 Subject: [Intel-wired-lan] [PATCH S30 v2 9/9] ice: allow 3k MTU for XDP In-Reply-To: <20191016150201.41597-9-anthony.l.nguyen@intel.com> References: <20191016150201.41597-1-anthony.l.nguyen@intel.com> <20191016150201.41597-9-anthony.l.nguyen@intel.com> Message-ID: <9a5cc66391f446f18bb51091ebd31240@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: > -----Original Message----- > From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On > Behalf Of Tony Nguyen > Sent: Wednesday, October 16, 2019 8:02 AM > To: intel-wired-lan at lists.osuosl.org > Subject: [Intel-wired-lan] [PATCH S30 v2 9/9] ice: allow 3k MTU for XDP > > From: Maciej Fijalkowski > > At this point ice driver is able to work on order 1 pages that are split onto two > 3k buffers. Let's reflect that when user is setting new mtu size and XDP is > present on interface. > > Signed-off-by: Maciej Fijalkowski > Signed-off-by: Tony Nguyen > --- > drivers/net/ethernet/intel/ice/ice_main.c | 16 ++++++++++++++-- > 1 file changed, 14 insertions(+), 2 deletions(-) Tested-by: Andrew Bowers