Re: [ovs-dev] [PATCH 1/2] datapath: Check maximum netlink message size

2017-10-31 Thread Ben Pfaff
On Fri, Sep 22, 2017 at 07:44:52AM -0700, Greg Rose wrote: > In kernels < 4.9 the maximum netlink message size is 16KB. > > See http://www.spinics.net/lists/netdev/msg431592.html > > Signed-off-by: Greg Rose Thanks, applied to master, branch-2.8, and branch-2.7.

[ovs-dev] [PATCH 1/2] datapath: Check maximum netlink message size

2017-09-22 Thread Greg Rose
In kernels < 4.9 the maximum netlink message size is 16KB. See http://www.spinics.net/lists/netdev/msg431592.html Signed-off-by: Greg Rose --- datapath/flow_netlink.c | 4 1 file changed, 4 insertions(+) diff --git a/datapath/flow_netlink.c b/datapath/flow_netlink.c index 9b48612..ddabd1f