On Thu, Nov 17, 2016 at 2:17 AM, David Laight <david.lai...@aculab.com> wrote: > From: Of Jiri Benc >> Sent: 15 November 2016 14:40 >> On Sun, 13 Nov 2016 20:43:55 -0800, Pravin B Shelar wrote: >> > @@ -1929,8 +1951,8 @@ static void vxlan_xmit_one(struct sk_buff *skb, >> > struct net_device *dev, >> > union vxlan_addr *src; >> > struct vxlan_metadata _md; >> > struct vxlan_metadata *md = &_md; >> > - struct dst_entry *ndst = NULL; >> > __be16 src_port = 0, dst_port; >> > + struct dst_entry *ndst = NULL; >> > __be32 vni, label; >> > __be16 df = 0; >> > __u8 tos, ttl; >> >> This looks kind of arbitrary. You might want to remove this hunk or >> merge it to patch 3. > > Worse than arbitrary, it adds 4 bytes of pad on 64bit systems. > OK. I will send out a patch. But this is not real issue in vxlan module today ;)
- [PATCH net-next v3 0/7] vxlan: xmit improvements. Pravin B Shelar
- [PATCH net-next v3 6/7] vxlan: simplify vxlan xmit Pravin B Shelar
- [PATCH net-next v3 4/7] vxlan: improve vxlan route lo... Pravin B Shelar
- Re: [PATCH net-next v3 4/7] vxlan: improve vxlan ... Jiri Benc
- RE: [PATCH net-next v3 4/7] vxlan: improve vx... David Laight
- Re: [PATCH net-next v3 4/7] vxlan: improv... Jiri Benc
- Re: [PATCH net-next v3 4/7] vxlan: i... David Miller
- Re: [PATCH net-next v3 4/7] vxlan: i... Pravin Shelar
- Re: [PATCH net-next v3 4/7] vxlan: improv... Pravin Shelar
- [PATCH net-next v3 5/7] vxlan: simplify RTF_LOCAL han... Pravin B Shelar
- [PATCH net-next v3 3/7] vxlan: simplify exception han... Pravin B Shelar
- Re: [PATCH net-next v3 3/7] vxlan: simplify excep... Jiri Benc
- Re: [PATCH net-next v3 3/7] vxlan: simplify e... Pravin Shelar
- Re: [PATCH net-next v3 3/7] vxlan: simpli... Jiri Benc
- Re: [PATCH net-next v3 3/7] vxlan: s... Pravin Shelar
- [PATCH net-next v3 1/7] vxlan: avoid vlan processing ... Pravin B Shelar
- [PATCH net-next v3 7/7] vxlan: remove unsed vxlan_dev... Pravin B Shelar