From: David Miller <davem@davemloft.net>
To: horms@verge.net.au
Cc: dev@openvswitch.org, netdev@vger.kernel.org, jesse@nicira.com,
pshelar@nicira.com, jarno.rajahalme@nsn.com,
eric.dumazet@gmail.com, maze@google.com
Subject: Re: [PATCH next-next v4 1/2] net: Use 16bits for inner_*_headers fields of struct skbuff
Date: Thu, 23 May 2013 18:38:17 -0700 (PDT) [thread overview]
Message-ID: <20130523.183817.86513902587870539.davem@davemloft.net> (raw)
In-Reply-To: <1369205836-9407-2-git-send-email-horms@verge.net.au>
From: Simon Horman <horms@verge.net.au>
Date: Wed, 22 May 2013 15:57:15 +0900
> @@ -509,9 +509,9 @@ struct sk_buff {
> __u32 reserved_tailroom;
> };
>
> - sk_buff_data_t inner_transport_header;
> - sk_buff_data_t inner_network_header;
> - sk_buff_data_t inner_mac_header;
> + __u16 inner_transport_header;
> + __u16 inner_network_header;
> + __u16 inner_mac_header;
> sk_buff_data_t transport_header;
> sk_buff_data_t network_header;
> sk_buff_data_t mac_header;
As Pekka suggested, let's try to convert them allto __u16.
Thanks.
next prev parent reply other threads:[~2013-05-24 1:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-22 6:57 [PATCH next-next v4 0/2] MPLS: Add limited GSO support Simon Horman
2013-05-22 6:57 ` [PATCH next-next v4 1/2] net: Use 16bits for inner_*_headers fields of struct skbuff Simon Horman
2013-05-22 7:25 ` Pekka Riikonen
2013-05-22 11:32 ` Eric Dumazet
2013-05-24 1:38 ` David Miller [this message]
2013-05-22 6:57 ` [PATCH next-next v4 2/2] MPLS: Add limited GSO support Simon Horman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130523.183817.86513902587870539.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=dev@openvswitch.org \
--cc=eric.dumazet@gmail.com \
--cc=horms@verge.net.au \
--cc=jarno.rajahalme@nsn.com \
--cc=jesse@nicira.com \
--cc=maze@google.com \
--cc=netdev@vger.kernel.org \
--cc=pshelar@nicira.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox