Re: [Bridge] [PATCH net-next] switchdev: Remove unused transaction item queue

2019-03-01 Thread David Miller
From: Florian Fainelli Date: Wed, 27 Feb 2019 16:29:16 -0800 > There are no more in tree users of the > switchdev_trans_item_{dequeue,enqueue} or switchdev_trans_item structure > in the kernel since commit 00fc0c51e35b ("rocker: Change world_ops API > and implementation to be switchdev

Re: [Bridge] [PATCH][nf-next][v2] netfilter: convert the proto argument from u8 to u16

2019-03-01 Thread Pablo Neira Ayuso
On Fri, Feb 22, 2019 at 09:45:52PM +0800, Li RongQing wrote: > The proto in struct xt_match and struct xt_target is u16, when > calling xt_check_target/match, their proto argument is u8, > and will cause truncation, it is harmless to ip packet, since > ip proto is u8 > > if a etable's