]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i40e: Split Flow Director descriptor config into separate function
authorAlexander Duyck <alexander.h.duyck@intel.com>
Mon, 12 Sep 2016 21:18:41 +0000 (14:18 -0700)
committerDhaval Giani <dhaval.giani@oracle.com>
Wed, 8 Mar 2017 00:39:45 +0000 (19:39 -0500)
commite76d3c45ceb1d21b8afdc099e8d69d45c6f69ed6
treefb938f30d41afc7c0c5a2d436d2ad6133611b735
parent757b7387ef980b4327bc96d14056f8c2dea2f395
i40e: Split Flow Director descriptor config into separate function

Orabug: 24568124

In an effort to improve code readability I am splitting the Flow Director
filter configuration out into a separate function like we have done for the
standard xmit path.  The general idea is to provide a single block of code
that translates the flow specification into a proper Flow Director
descriptor.

Change-ID: Id355ad8030c4e6c72c57504fa09de60c976a8ffe
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit 5e02f2837349b399e48fd2a5e5149c9ee9c27cdd)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
drivers/net/ethernet/intel/i40e/i40e_txrx.c