RE: [PATCH net-next 0/2] Extract IFE logic to module
From: Yotam Gigi <hidden>
Date: 2017-02-02 11:12:10
-----Original Message----- From: Simon Horman [mailto:simon.horman@netronome.com] Sent: Thursday, February 02, 2017 12:17 PM To: Yotam Gigi <redacted> Cc: jhs@mojatatu.com; davem@davemloft.net; netdev@vger.kernel.org; Jiri Pirko [off-list ref]; Elad Raz [off-list ref]; Ido Schimmel [off-list ref] Subject: Re: [PATCH net-next 0/2] Extract IFE logic to module Hi Yotam, On Tue, Jan 31, 2017 at 03:57:02PM +0200, Yotam Gigi wrote:quoted
Extract ife logic from the tc_ife action into an independent module, and make the tc_ife action use it. This way, the ife encapsulation can be used by other modules other than tc_ife action.I have no objection to this modularisation but I am curious to know if you have a use-case in mind. My understanding is that earlier versions of the sample action used IFE but that is not the case in the version that was ultimately accepted.
Hi Simon. You are right that the patches were done for the former version of the sample classifier, and there are not required for the current version. We don't have current use-case in mind, but I did send the patches because I think it can help others, or us in the future.