net/ice/base: make FDID available for flex descriptor
authorLeyi Rong <leyi.rong@intel.com>
Wed, 19 Jun 2019 15:18:04 +0000 (23:18 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 28 Jun 2019 18:31:48 +0000 (20:31 +0200)
commit5274e7b35b920a5950242a8ab056203664d18e96
treecace2df718bfd71793adfab7d8ff134a437c943a
parentb965268f82c24c33b5362ba534b8f2b01f6be6d2
net/ice/base: make FDID available for flex descriptor

The FDID (flow director filter ID) was not inserted into Flex Descriptor
writebacks. The data for FDID is always 0xffffffff when FDID-priority is
0 in the flow director programming descriptor.

This patch changes the FDID-priority to 1 so the FDID is available for
the Flex Descriptor. With this patch the FDID is placed into the Flex
Descriptor.

Signed-off-by: Henry Tieman <henry.w.tieman@intel.com>
Signed-off-by: Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com>
Signed-off-by: Leyi Rong <leyi.rong@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/ice/base/ice_fdir.c
drivers/net/ice/base/ice_lan_tx_rx.h