]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/tap/tap_netlink.h
net/mlx5: handle a single RSS hash key for all protocols
[dpdk.git] / drivers / net / tap / tap_netlink.h
index 52ba8c030dccb12b445f9cbc550272850520ca2a..98e1390268d826307df53e286d10c6ea02c2d94c 100644 (file)
@@ -53,7 +53,7 @@ struct nlmsg {
 
 #define NLMSG_TAIL(nlh) (void *)((char *)(nlh) + NLMSG_ALIGN((nlh)->nlmsg_len))
 
-int nl_init(void);
+int nl_init(uint32_t nl_groups);
 int nl_final(int nlsk_fd);
 int nl_send(int nlsk_fd, struct nlmsghdr *nh);
 int nl_recv(int nlsk_fd, int (*callback)(struct nlmsghdr *, void *), void *arg);