Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Mon, 22 May 2023 11:44:44 +0000 (12:44 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 May 2023 11:44:44 +0000 (12:44 +0100)
commitd49b9b07725f5dfa3344dc3eed59b8ccc0a0ddbc
tree001c24bd24b6dc0775b14f5236a7b5932c8695be
parentefc3001f8b44bf5da0f178bd726a73c73f370707
parent0ef4479d13af4c5516920520d9cf7bcfe801b353
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
ice: allow matching on meta data

Michal Swiatkowski says:

This patchset is intended to improve the usability of the switchdev
slow path. Without matching on a meta data values slow path works
based on VF's MAC addresses. It causes a problem when the VF wants
to use more than one MAC address (e.g. when it is in trusted mode).

Parse all meta data in the same place where protocol type fields are
parsed. Add description for the currently implemented meta data. It is
important to note that depending on DDP not all described meta data can
be available. Using not available meta data leads to error returned by
function which is looking for correct words in profiles read from DDP.

There is also one small improvement, remove of rx field in rule info
structure (patch 2). It is redundant.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>