net/ice/base: fix 4 bytes alignment for PPPoE dummy packet
authorQi Zhang <qi.z.zhang@intel.com>
Mon, 23 Sep 2019 07:44:42 +0000 (15:44 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 7 Oct 2019 13:00:56 +0000 (15:00 +0200)
commit4831259477f00a367816963376ad56dc76cbe488
treed97e8290d49596b643147f5b87cc4a827eb8216d
parent2ed5eb0caabb67577efaac5b32050d81b5e907f9
net/ice/base: fix 4 bytes alignment for PPPoE dummy packet

Add two bytes to meet the requirement of 4 bytes alignment for dummy
packet for creating switch rule for PPPoE.

Fixes: d1c2f76b440a ("net/ice/base: support GTP and PPPoE protocols")

Signed-off-by: Junfeng Guo <junfeng.guo@intel.com>
Signed-off-by: Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com>
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Qiming Yang <qiming.yang@intel.com>
drivers/net/ice/base/ice_switch.c