From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Fastabend Date: Tue, 06 Jun 2017 13:17:33 -0700 Subject: [Intel-wired-lan] [PATCH] ixgbe: prevent driver configuration changes while XDP is loaded In-Reply-To: <1496780043.5522.5.camel@intel.com> References: <20170502050634.7459.50968.stgit@john-Precision-Tower-5810> <1496780043.5522.5.camel@intel.com> Message-ID: <59370DDD.5050008@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: On 06/06/2017 01:14 PM, Jeff Kirsher wrote: > On Mon, 2017-05-01 at 22:06 -0700, John Fastabend wrote: >> XDP checks to ensure the MTU is valid and LRO is disabled when it is >> loaded. But user configuration after XDP is loaded could change these >> and cause a misconfiguration. >> >> This patch adds checks to ensure config changes are valid. >> >> Signed-off-by: John Fastabend >> --- >> drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 17 >> +++++++++++++++++ >> 1 file changed, 17 insertions(+) > > I know you have moved onto a new job, which is probably taking up most > of your time. I just need to know if you will be re-spinning this > patch based on the feedback from Alex. > I planned to get the xdp_redirect patches updated and sent out in the next few weeks. When I get around to that I'll also push an update to this assuming no one beats me to it. Thanks, John