Skip to content

Commit c6203e6

Browse files
ahduyckkuba-moo
authored andcommitted
eth: fbnic: Add message parsing for FW messages
Add FW message formatting and parsing. The TLV format should look very familiar to those familiar with netlink. Since we don't have to deal with backward compatibility we tweaked the format a little to make it easier to deal with, and more appropriate for tightly coupled interfaces like driver<>FW communication. Signed-off-by: Alexander Duyck <[email protected]> Link: https://patch.msgid.link/172079936754.1778861.1029830244010564007.stgit@ahduyck-xeon-server.home.arpa Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 3646153 commit c6203e6

File tree

3 files changed

+706
-1
lines changed

3 files changed

+706
-1
lines changed

drivers/net/ethernet/meta/fbnic/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ obj-$(CONFIG_FBNIC) += fbnic.o
1010
fbnic-y := fbnic_devlink.o \
1111
fbnic_irq.o \
1212
fbnic_mac.o \
13-
fbnic_pci.o
13+
fbnic_pci.o \
14+
fbnic_tlv.o

0 commit comments

Comments
 (0)