On Fri, Aug 9, 2019 at 2:58 PM Josh Hunt wrote:
>
> On 6/26/19 4:41 PM, Willem de Bruijn wrote:
> > On Wed, Jun 26, 2019 at 3:17 PM Jason Baron wrote:
> >>
> >>
> >>
> >> On 6/14/19 4:53 PM, Jason Baron wrote:
> >>>
> >>>
> >>> On 6/13/19 5:20 PM, Willem de Bruijn wrote:
> >>> @@ -237,6 +237,
On 6/26/19 4:41 PM, Willem de Bruijn wrote:
On Wed, Jun 26, 2019 at 3:17 PM Jason Baron wrote:
On 6/14/19 4:53 PM, Jason Baron wrote:
On 6/13/19 5:20 PM, Willem de Bruijn wrote:
@@ -237,6 +237,7 @@ static inline int find_next_netdev_feature(u64 feature,
unsigned long start)
On Wed, Jun 26, 2019 at 3:17 PM Jason Baron wrote:
>
>
>
> On 6/14/19 4:53 PM, Jason Baron wrote:
> >
> >
> > On 6/13/19 5:20 PM, Willem de Bruijn wrote:
> > @@ -237,6 +237,7 @@ static inline int find_next_netdev_feature(u64
> > feature, unsigned long start)
> >
On 6/14/19 4:53 PM, Jason Baron wrote:
>
>
> On 6/13/19 5:20 PM, Willem de Bruijn wrote:
> @@ -237,6 +237,7 @@ static inline int find_next_netdev_feature(u64
> feature, unsigned long start)
> NETIF_F_GSO_GRE_CSUM | \
>
On 6/13/19 5:20 PM, Willem de Bruijn wrote:
@@ -237,6 +237,7 @@ static inline int find_next_netdev_feature(u64
feature, unsigned long start)
NETIF_F_GSO_GRE_CSUM | \
NETIF_F_GSO_IPXIP4 |
> >> @@ -237,6 +237,7 @@ static inline int find_next_netdev_feature(u64
> >> feature, unsigned long start)
> >> NETIF_F_GSO_GRE_CSUM | \
> >> NETIF_F_GSO_IPXIP4 | \
> >>
On 6/13/19 1:15 PM, Alexander Duyck wrote:
> On Wed, Jun 12, 2019 at 4:14 PM Jason Baron wrote:
>>
>> Now that the stack supports UDP GRO, we can enable udp gso for virtual
>> devices. If packets are looped back locally, and UDP GRO is not enabled
>> then they will be segmented to gso_size via
On Wed, Jun 12, 2019 at 4:14 PM Jason Baron wrote:
>
> Now that the stack supports UDP GRO, we can enable udp gso for virtual
> devices. If packets are looped back locally, and UDP GRO is not enabled
> then they will be segmented to gso_size via udp_rcv_segment(). This
> essentiallly just reverts:
Now that the stack supports UDP GRO, we can enable udp gso for virtual
devices. If packets are looped back locally, and UDP GRO is not enabled
then they will be segmented to gso_size via udp_rcv_segment(). This
essentiallly just reverts: 8eea1ca gso: limit udp gso to egress-only
virtual devices.
T