Re: [ovs-dev] [PATCH 2/3] datapath: rhel: Account for RHEL specific backports

2013-07-09 Thread Jesse Gross
On Tue, Jul 9, 2013 at 9:00 AM, Thomas Graf wrote: > The following symbols have been backported to RHEL and the kernel > version is no longer an accurate indicator for their presence: > > - skb_gso_segment > - netif_skb_features > - netif_needs_gso > > Signed-off-by: Thomas Graf Also applied.

[ovs-dev] [PATCH 2/3] datapath: rhel: Account for RHEL specific backports

2013-07-09 Thread Thomas Graf
The following symbols have been backported to RHEL and the kernel version is no longer an accurate indicator for their presence: - skb_gso_segment - netif_skb_features - netif_needs_gso Signed-off-by: Thomas Graf --- acinclude.m4| 3 +++ datapath/linux/com