]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
Merge branch 'octeontx2-next'
authorDavid S. Miller <davem@davemloft.net>
Tue, 4 Dec 2018 00:23:09 +0000 (16:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Dec 2018 00:23:09 +0000 (16:23 -0800)
commit3eaf3ca6a183a45993ff04a8a824b25d4093b262
tree2820ab96968b915096d80f6ddd7de84019a2e494
parent6e360f7331132822f096399a54f40bc61887aa3c
parent23705adb2c6319c8ea3cf21b99c8b3eb85fa9734
Merge branch 'octeontx2-next'

Jerin Jacob says:

====================
octeontx2-af: NIX and NPC enhancements

This patchset is a continuation to earlier submitted four patch
series to add a new driver for Marvell's OcteonTX2 SOC's
Resource virtualization unit (RVU) admin function driver.

1. octeontx2-af: Add RVU Admin Function driver
   https://www.spinics.net/lists/netdev/msg528272.html
2. octeontx2-af: NPA and NIX blocks initialization
   https://www.spinics.net/lists/netdev/msg529163.html
3. octeontx2-af: NPC parser and NIX blocks initialization
   https://www.spinics.net/lists/netdev/msg530252.html
4. octeontx2-af: NPC MCAM support and FLR handling
   https://www.spinics.net/lists/netdev/msg534392.html

This patch series adds support for below

NPC block:
- Add NPC(mkex) profile support for various Key extraction configurations

NIX block:
- Enable dynamic RSS flow key algorithm configuration
- Enhancements on Rx checksum and error checks
- Add support for Tx packet marking support
- TL1 schedule queue allocation enhancements
- Add LSO format configuration mbox
- VLAN TPID configuration
- Skip multicast entry init for broadcast tables

v2:

- Rename FLOW_* to NIX_FLOW_* to avoid serious global namespace collisions,
as we have various FLOW_* definitions coming from
include/uapi/linux/pkt_cls.h for example.(David Miller)
- Pack the arguments of rvu_get_tl1_schqs() function
as 80 columns allows.(David Miller)
====================

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