Add the ddp-lag package, to be loaded by ice driver
in Link Aggregation (LAG) use case.
Signed-off-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Update ice DDP wireless_edge package file to the latest version: 1.3.10.0
Highlight of changes since 1.3.7.0:
- Provide Separate IP Fragment Packet Type Groups for Receive Side Scaling (RSS)
- Add support to allow Receive Side Scaling (RSS) and Flow Director (FD) on Multicast packets
Signed-off-by: Shekhar Deb <shekhar.deb@intel.com>
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Update ice DDP comms package file to the latest version: 1.3.40.0
Highlight of changes since 1.3.31.0:
- Add support for Security Group Tag (SGT) header
- Provide Separate IP Fragment Packet Type Groups for Receive Side Scaling (RSS)
- Add support to allow Receive Side Scaling (RSS) and Flow Director (FD) on Multicast packets
- Add support for parsing SGT-PPPoE packets
- Add support for PPPoE version 2
Signed-off-by: Shekhar Deb <shekhar.deb@intel.com>
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Update package file and WHENCE entry to 1.3.30.0.
Changes include:
- Selectable Tx Scheduler Topology support
- Flow Director support on multicast packets
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Gurucharan <gurucharanx.g@intel.com> (A Contingent worker at Intel)
Update package file to 1.3.28.0 which adds support for classifying IP
fragmented packets.
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Gurucharan <gurucharanx.g@intel.com> (A Contingent worker at Intel)
The ice driver can, optionally, load other package files for different
packet processing pipeline configurations.
This package includes support for GTPv1, GTPv2 with extension headers,
eCPRI, ESP and IPsec
Signed-off-by: Guruprasad Rao <guruprasad.kudukolly.rao@intel.com>
Update ice DDP comms package file to the latest version: 1.3.31.0
Highlight of changes since 1.3.20.0:
- Add Separate Package Type Group for outer IPv4 and IPv6
tunnel packet
- Add GTPU SCTP ptypes to PTGs mapping
- Add Multicast support in Flow Director
- Add profiles for GTPU extension header
Signed-off-by: Arjun Anantharam <arjun.anantharam@intel.com>
Update the package file and WHENCE entry for the ice driver to version
1.3.26.0.
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Gurucharan G <gurucharanx.g@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Update the package file and WHENCE entry for the ice driver to version
1.3.16.0.
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
The ice driver can, optionally, load other package files for different
packet processing pipeline configurations. Add the "comms" package as
another option.
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
Commit 2de7abd480 reworked how we
handle symlinks. Remove the in-repo symlink as that will be
created on during installation, and adjust the WHENCE file.
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
The ice driver must load a package file to the firmware to utilize full
functionality; add the package file to /lib/firmware/intel/ice/ddp. Also
add a symlink, ice.pkg, so the driver can refer to the package by a
consistent name.
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>