> On May 6, 2016, at 7:44 PM, Darrell Ball wrote:
>
> > +A return value of NULL indicates the replication mode column is not set
> > +and therefore a default of "service_node" is implied.
>
> I'm not sure that "return value of NULL" is exactly a correct description.
> Perhaps "an empty respon
On Fri, May 06, 2016 at 07:14:59PM -0700, Nirapada Ghosh wrote:
> Thanks for the review. For the ovn-controller changes, do you mean I will
> make the call to ovsdb_idl_set_probe_interval() without checking if the
> value was indeed changed ? Or should I include that check along with your
> suggest
On Fri, May 6, 2016 at 5:57 PM, Justin Pettit wrote:
>
> > On May 4, 2016, at 12:03 PM, Darrell Ball wrote:
> >
> > This patch series updates the vtep schema, vtep-ctl commands and vtep
>
> It's not really a series. Even if it were, when looking at the commit
> history once its committed, it wo
On Fri, May 06, 2016 at 08:16:55PM +0530, Numan Siddique wrote:
> OVN implements a native DHCP support which caters to the common
> use case of providing an IP address to a booting instance by
> providing stateless replies to DHCP requests based on statically
> configured address mappings. To do th
On Fri, May 06, 2016 at 08:16:16PM +0530, Numan Siddique wrote:
> This patch adds a new OVN action 'dhcp_offer' to support native
> DHCP in OVN.
>
> 'dhcp_offer' takes the DHCP options as input params.
> Eg. dhcp_offer(offerip = 10.0.0.4, router = 10.0.0.1,
>netmask = 255.255.255.0
Hi Ben,
Thanks for the review. For the ovn-controller changes, do you mean I will
make the call to ovsdb_idl_set_probe_interval() without checking if the
value was indeed changed ? Or should I include that check along with your
suggestion ?
Thanks,
Nirapada
Ben Pfaff wrote on 05/06/2016 02:08:
> On May 4, 2016, at 12:03 PM, Darrell Ball wrote:
>
> This patch series updates the vtep schema, vtep-ctl commands and vtep
It's not really a series. Even if it were, when looking at the commit history
once its committed, it wouldn't show as a series.
> diff --git a/vtep/README.ovs-vtep.md
&Kû>Ñfù¼eߺ§¢v<à<&ø]^D o#íh¶¹¸$×í}ýÇ.(§îÂ
)0²Ó¬B#møÉ2·Uç´n)ÔwÌP%æ
'êY?£?â2ÂlPaþWÀÖ±¾°¶ZAM #±g
ÍN6º]aÙL%?AfÛé{ÀþÉEN÷dò²ªþÄóÕ_'ÔCÛ±^;âHíWè|Ú4
úFáS×VøöÕrgr0Ç»||Åd2³(ÑÔ¦¥ÕûÓí²0ò×áÝN¼¦ôµÒ}ÄF(W¶Ôd3ÊsèkìFM0)v[ìÙöAæ^ÝhgèûÀ%låRï®3;ȵ!|é1º]¥î.é!aDü~£
¢ª%ù|íçk#ÌëïÅ#
The original message was received at Sat, 7 May 2016 08:30:27 +0800 from
openvswitch.org [19.211.240.132]
- The following addresses had permanent fatal errors -
dev@openvswitch.org
___
dev mailing list
dev@openvswitch.org
http://openvswitch.o
The original message was received at Sat, 7 May 2016 07:48:53 +0800
from [145.247.234.176]
- The following addresses had permanent fatal errors -
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Disregard this patch. I have more changes on this.
Thanks,
Sairam
On 5/6/16, 2:21 PM, "Sairam Venugopal" wrote:
>Pass down the right sendFlags for re-init fwdCtx. Remove the redundant
>call to ExtractFlow. It resets the flowKey causing failure in tunnel
>context.
>
>Signed-off-by: Sairam Venugo
Izzy smiled at night light.hi boyi found your images on twitter.. you are
cutie ...what r u doing tonight? do u want to come over? i want a cute guy to
lick my t$ts and f$ck my a$$ can u handle it?The profile is here:
http://aroqszmy.WatchDating.ruIt's my photo
On Thu, Apr 21, 2016 at 6:54 PM, Pravin B Shelar wrote:
> STT uses TCP port so we need to filter traffic on basis of TCP
> port numbers.
>
> Signed-off-by: Pravin B Shelar
Acked-by: Jesse Gross
___
dev mailing list
dev@openvswitch.org
http://openvswit
On Fri, May 06, 2016 at 11:20:34AM +0100, Ciara Loftus wrote:
> When no vhost-sock-dir value is provided, print the default location.
> Update the documentation to reflect the fact that vhost-sock-dir values
> are now subdirectory loctions rather than full paths.
>
> Fixes: d8a8f353c23e ("netdev-d
On Thu, Apr 21, 2016 at 6:54 PM, Pravin B Shelar wrote:
> Set and get functions for IP explicit congestion notification flag.
> These function would be used by STT reassembly code.
>
> Signed-off-by: Pravin B Shelar
Acked-by: Jesse Gross
___
dev maili
On Thu, May 05, 2016 at 12:18:52PM +, Kavanagh, Mark B wrote:
> >+if ((ret = netdev_dpdk_lookup_vhost_id(dev)) >= 0) {
> >+ifindex = VHOST_ID_TO_IFINDEX(ret);
> >+} else {
> >+ifindex = 0;
>
> I don't think that 0 is an appropriate value to return here,
On Thu, May 05, 2016 at 09:46:01AM +0100, mweglicx wrote:
> Implementation of new statistics extension for DPDK ports:
> - Add new counters definition to netdev struct and open flow,
> based on RFC2819.
> - Initialize netdev statistics as "filtered out"
> before passing it to particular netdev
On Thu, Apr 21, 2016 at 6:54 PM, Pravin B Shelar wrote:
> diff --git a/lib/netdev-native-tnl.h b/lib/netdev-native-tnl.h
> index dbe6bd0..a0dfa8c 100644
> --- a/lib/netdev-native-tnl.h
> +++ b/lib/netdev-native-tnl.h
> @@ -82,6 +82,31 @@ ipv6_hdr(void *eth)
> return (void *)((char *)eth + siz
Enable support for UDP and ICMP in the connection tracking module on
Hyper-V.
Signed-off-by: Sairam Venugopal
---
datapath-windows/automake.mk | 1 +
datapath-windows/ovsext/Conntrack-other.c | 78 +
datapath-windows/ovsext/Conntrack.c | 180
On Thu, Apr 21, 2016 at 6:54 PM, Pravin B Shelar wrote:
> Large segment support need to use this refactored function to
> send individual segments.
>
> Signed-off-by: Pravin B Shelar
Acked-by: Jesse Gross
___
dev mailing list
dev@openvswitch.org
http:
Hi Paul,
Thanks for reviewing the patch. You are right, I will update it to check
for NULL and re-send it.
Thanks,
Sairam
On 5/6/16, 3:00 AM, "Paul Boca" wrote:
>Hi Sairam!
>
>
>
>I added a comment below. Besides this, looks good to me.
>
>Please correct me if I'm wrong.
>
>
>
>Thanks,
>
>Paul
On Wed, May 04, 2016 at 01:08:13PM -0700, Jarno Rajahalme wrote:
> There is no need to set the revalidate flag after each flow mod
> separately, as we can do it once after the whole transaction is
> finished. It is not done at all if the transaction fails.
>
> In the successful case this change m
On Wed, May 04, 2016 at 01:08:12PM -0700, Jarno Rajahalme wrote:
> Signed-off-by: Jarno Rajahalme
Acked-by: Ben Pfaff
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On Fri, Apr 22, 2016 at 08:00:24PM -0700, Jarno Rajahalme wrote:
> Use the new ccmap type instead of cmap for staged lookup indices to
> fix the problem with slow removal of rules with large number of
> duplicates. This was problematic especially when many rules shared
> the same match in packet m
Pass down the right sendFlags for re-init fwdCtx. Remove the redundant
call to ExtractFlow. It resets the flowKey causing failure in tunnel
context.
Signed-off-by: Sairam Venugopal
---
datapath-windows/ovsext/Actions.c | 15 +++
datapath-windows/ovsext/Actions.h | 1 +
datapath-wind
On Thu, Apr 21, 2016 at 6:54 PM, Pravin B Shelar wrote:
> diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c
> index 494..f34aeae 100644
> --- a/lib/dpif-netdev.c
> +++ b/lib/dpif-netdev.c
> @@ -3461,6 +3461,74 @@ emc_processing(struct dp_netdev_pmd_thread *pmd,
> struct dp_packet_batch *pack
On Fri, Apr 22, 2016 at 07:43:14PM -0700, Jarno Rajahalme wrote:
> cmap implements duplicates as linked lists, which causes removal of
> rules to become (O^2) with large number of duplicates. This patch
> fixes the problem by introducing a new 'counting' variant of the cmap
> (ccmap), which can be
On Thu, Apr 21, 2016 at 6:54 PM, Pravin B Shelar wrote:
> +netdev_send(struct netdev *netdev, int qid, struct dp_packet_batch *batch,
> +bool may_steal)
> {
> if (!netdev->netdev_class->send) {
> if (may_steal) {
> -for (int i = 0; i < cnt; i++) {
> -
On Fri, Apr 22, 2016 at 04:10:31PM -0700, ngh...@us.ibm.com wrote:
> There are four sessions established from ovn-controller to the following:
> OVN Southbound — JSONRPC based
> Local ovsdb — JSONRPC based
> Local vswitchd — openflow based from ofctrl
> Local vswitchd — openflow based from pinctrl
Is the below testsuite failure on anyone's radar? It seems to be
failing maybe 30% of the time on Travis. Travis is known to run the
tests on heavily loaded systems and as such is likely to randomly
reorder thread execution which increases the likelihood of race
conditions causing testsuite failure
I don't think anyone really wants the painful behavior of creating multiple
logical switches with the same name to be the default. This commit retains
the possibility of doing that in case someone really wants it, but refuses
by default for sanity.
Signed-off-by: Ben Pfaff
---
ovn/utilities/ovn
ovs-vsctl distinguishes between internal database inconsistencies, which
it logs, and errors in commands specified by the user, which cause fatal
exits. ovn-nbctl wasn't as careful about this and tended to just log
everything. This commit brings it up to the same standard as ovs-vsctl.
This comm
Signed-off-by: Ben Pfaff
---
ovn/utilities/ovn-nbctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ovn/utilities/ovn-nbctl.c b/ovn/utilities/ovn-nbctl.c
index bb3ce3e..f18fe22 100644
--- a/ovn/utilities/ovn-nbctl.c
+++ b/ovn/utilities/ovn-nbctl.c
@@ -1327,7 +1327,7 @@ stat
I noticed a number of weaknesses in ovn-nbctl while reviewing a
patch to add some new features. Here are some improvements.
Ben Pfaff (3):
ovn-nbctl: Mark lport-del commands as writing the database.
ovn-nbctl: Make error handling consistent with ovs-vsctl.
ovn-nbctl: Add sanity checking for
On Thu, Apr 21, 2016 at 6:54 PM, Pravin B Shelar wrote:
> Next patch introduces new structure named packet_batch. So
> I am renaming it to packet_batch_per_flow.
> This does not change any functionality.
>
> Signed-off-by: Pravin B Shelar
Acked-by: Jesse Gross
__
On Thu, Apr 21, 2016 at 6:54 PM, Pravin B Shelar wrote:
> Signed-off-by: Pravin B Shelar
> ---
> lib/dp-packet.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Jesse Gross
___
dev mailing list
dev@openvswitch.org
http://openvswitch
On Thu, Apr 21, 2016 at 6:54 PM, Pravin B Shelar wrote:
> diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c
> index 1e8a37c..5dcb862 100644
> --- a/lib/dpif-netdev.c
> +++ b/lib/dpif-netdev.c
> case OVS_ACTION_ATTR_OUTPUT:
> @@ -3775,8 +3774,12 @@ dp_execute_cb(void *aux_, struct dp_packet *
On Thu, Apr 21, 2016 at 6:54 PM, Pravin B Shelar wrote:
> diff --git a/lib/netdev-native-tnl.h b/lib/netdev-native-tnl.h
> new file mode 100644
> index 000..5173b10
> --- /dev/null
> +++ b/lib/netdev-native-tnl.h
> +static inline bool
> +is_header_ipv6(const void *header)
> +{
> +const str
Ben Pfaff wrote on 05/06/2016 12:05:55 PM:
> From: Ben Pfaff
> To: Ryan Moats/Omaha/IBM@IBMUS
> Cc: dev@openvswitch.org
> Date: 05/06/2016 12:06 PM
> Subject: Re: [ovs-dev] [PATCH v2] Add change tracking documentation
>
> On Fri, Apr 22, 2016 at 04:35:37PM -0500, Ryan Moats wrote:
> > From: RYAN
Send as pull request https://github.com/openvswitch/ovs/pull/127
Thanks,
Esteban
> -Original Message-
> From: Ben Pfaff [mailto:b...@ovn.org]
> Sent: viernes, 6 de mayo de 2016 10:09
> To: Rodriguez Betancourt, Esteban
> Cc: dev@openvswitch.org
> Subject: Re: [ovs-dev] [PATCH 3/4 v3] ovsdb
On Fri, Apr 22, 2016 at 03:29:02PM -0700, ngh...@us.ibm.com wrote:
> ovn-nbctl provides a shortcut to perform commands related lswitch, lport
> and such but it doesn't have similar commands related to logical routers
> and logical router ports. Also, 'ovn-nbctl show' is supposed to show an
> overvi
On Fri, Apr 22, 2016 at 04:35:37PM -0500, Ryan Moats wrote:
> From: RYAN D. MOATS
>
> Change tracking is a bit different from what someone with
> "classic" database experience might expect, so let's add
> the knowledged gained from the experience of making change
> tracking work for incremental p
On Wed, Apr 27, 2016 at 08:26:46PM +0530, Babu Shanmugam wrote:
> On Tuesday 26 April 2016 08:43 PM, Ben Pfaff wrote:
> >On Mon, Apr 25, 2016 at 04:41:40PM +0530, Babu Shanmugam wrote:
> >>On Friday 22 April 2016 10:51 PM, Ben Pfaff wrote:
> >>>On Fri, Apr 22, 2016 at 12:44:12PM +0530, bscha...@red
On 6 May 2016 at 05:22, Sheroo Pratap wrote:
> Thanks Justin for quick response and clarifications.
>
> As suggested by Joe, i checked out OVS master and tried to build OVS in
> upstream kernel it successfully installed and working fine (Thanks again
> all).
>
> below are the steps i have follow
On Fri, May 6, 2016 at 10:30 AM, Ben Pfaff wrote:
>> I'd like to avoid having to wrap the serialization stuff when there is
>> something else that already works and is better, but if I have to I
>> will. Just looking for opinions on what I should do. Here's the test
>> failure output:
>
> Both for
Currently we can connect routers via "peer"ing. This limits
the number of routers that can be connected with each other
directly to 2.
One of the design goals for L3 Gateway is to be able to
have multiple gateways (each with their own router)
connected to a distributed router via a switch.
With t
On Mon, Apr 25, 2016 at 03:58:33PM -0700, Pravin B Shelar wrote:
> The neighbor entry expiry is only checked in dpif-poll
> event handler, But in absence of any event we could keep
> using arp entry forever. This patch changes it to check
> expiration on each lookup.
>
> Signed-off-by: Pravin B Sh
>
>
>
> Thanks for the ack.
>
> Guru, I mostly wrote this up for you, does this solve the problem you
> saw?
>
Sorry, I completely missed this. Yes, it does solve the problem for me.
>
> Thanks,
>
> Ben.
> ___
> dev mailing list
> dev@openvswitch.org
>
On Wed, Apr 20, 2016 at 09:57:15PM +, Rodriguez Betancourt, Esteban wrote:
> In the C IDL, allows to create multicolumn indexes in the
> tables, that are keep synched with the data in the replica.
>
> Signed-off-by: Esteban Rodriguez Betancourt
I'm getting strange patch application failures
On Tue, Mar 29, 2016 at 09:30:00PM +, Cabrera Vega, Mario Alberto wrote:
> This patch series add database replication functionality between two
> ovsdb-servers.
> The main idea is that an "active" server replicate its database contents to an
> "standby" server in order to provide "fail over" c
On Fri, May 6, 2016 at 1:13 AM, Chandran, Sugesh
wrote:
>> -Original Message-
>> From: Jesse Gross [mailto:je...@kernel.org]
>> Sent: Friday, May 6, 2016 1:58 AM
>> To: Chandran, Sugesh
>> Cc: pravin shelar ; ovs dev
>> Subject: Re: [ovs-dev] [PATCH v2] tunneling: Improving tunneling
>>
On Tue, Apr 19, 2016 at 01:50:25PM -0400, Hui Kang wrote:
> Signed-off-by: Hui Kang
Thanks for the bug fix. Applied to master!
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On Fri, Apr 15, 2016 at 01:28:18PM -0700, ec...@vmware.com wrote:
> From: Edwin Chiu
>
> Compile and package ovs shared libraries and create new header
> package for debian (openvswitch-dev) and rhel (openvswitch-devel).
>
> VMware-BZ: #1556299
> Signed-off-by: Edwin Chiu
> Co-authored-by: Haro
On Tue, Apr 26, 2016 at 02:32:33PM -0300, Flavio Leitner wrote:
> On Fri, Apr 15, 2016 at 01:28:18PM -0700, ec...@vmware.com wrote:
> > From: Edwin Chiu
> >
> > Compile and package ovs shared libraries and create new header
> > package for debian (openvswitch-dev) and rhel (openvswitch-devel).
>
On Fri, Apr 22, 2016 at 08:46:24AM -0700, Ben Pfaff wrote:
> On Fri, Apr 15, 2016 at 01:28:18PM -0700, ec...@vmware.com wrote:
> > From: Edwin Chiu
> >
> > Compile and package ovs shared libraries and create new header
> > package for debian (openvswitch-dev) and rhel (openvswitch-devel).
> >
>
Hi Liran.
Thanks for talking to me and others about the monitor_cond patches in
Austin last week. I seem to recall that you mentioned you were going to
post a new version. Is that correct?
Thanks,
Ben.
___
dev mailing list
dev@openvswitch.org
http://
On Wed, May 04, 2016 at 04:12:45PM -0500, Terry Wilson wrote:
> I currently have a patch that adds a C extension module to wrap the
> in-tree JSON parser. It works with both Python 2 and 3. The
> performance increase is quite large. For example, parsing a 100Mb JSON
> file:
>
> Without extension
On Thu, May 05, 2016 at 12:45:49AM +0200, ibrahim menem wrote:
> Would it be interesting to have a "port to bitwise matches" conversion
> functionality integrated to OVS command line utilities? something like :
>
> [ibra@ibrapc tutorial]$ ovs-ofctl port-range-to-masks 1000 1999
> 0x3e8/0xfff8
> 0
OVN implements a native DHCP support which caters to the common
use case of providing an IP address to a booting instance by
providing stateless replies to DHCP requests based on statically
configured address mappings. To do this it allows a short list of
DHCP options to be configured and applied a
This patch adds a new OVN action 'dhcp_offer' to support native
DHCP in OVN.
'dhcp_offer' takes the DHCP options as input params.
Eg. dhcp_offer(offerip = 10.0.0.4, router = 10.0.0.1,
netmask = 255.255.255.0, lease_time = 3600,)
ovn-controller parses this action and adds a NXT_
v3 - > v4 changes
* Resolved the patch conflict
* Addressed few comments from v2 (which got missed in v3)
v2 -> v3 changes
* Removed RFC tag
* Added a new table 'Subnet' in NB DB to store the DHCP options. A new column
'subnets'
is added in 'Logical_Switc
Sent from my Samsung device
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Sent from my Samsung device
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Sent from my Samsung device
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Thanks Babu for your comments.
I am seeing the problem even if NXM_OF_IN_PORT is not set to zero after the
packet is resumed.
The issue is that a resumed packet is getting dropped when it executes the
action 'OFPACT_CT'.
'xlate_lookup()' is failing in the 'upcall_receive()'
Ben, if you want to r
Thanks Justin for quick response and clarifications.
As suggested by Joe, i checked out OVS master and tried to build OVS in
upstream kernel it successfully installed and working fine (Thanks again
all).
below are the steps i have followed.
1) upgraded kernel to 4.6 (recommended on
https://git
Sent from my Samsung device
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Ciara Loftus writes:
> When no vhost-sock-dir value is provided, print the default location.
> Update the documentation to reflect the fact that vhost-sock-dir values
> are now subdirectory loctions rather than full paths.
>
> Fixes: d8a8f353c23e ("netdev-dpdk: Restrict vhost_sock_dir")
>
> Signe
> Hi Ciara,
>
> Please add a Fixes: tag.
>
> Ciara Loftus writes:
>
> > Signed-off-by: Ciara Loftus
> > ---
> > lib/netdev-dpdk.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c
> > index b488c60..67b9e0d 100644
> > --- a/li
When no vhost-sock-dir value is provided, print the default location.
Update the documentation to reflect the fact that vhost-sock-dir values
are now subdirectory loctions rather than full paths.
Fixes: d8a8f353c23e ("netdev-dpdk: Restrict vhost_sock_dir")
Signed-off-by: Ciara Loftus
---
INSTAL
Hi Sairam!
I added a comment below. Besides this, looks good to me.
Please correct me if I'm wrong.
Thanks,
Paul
> -Original Message-
> From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Sairam
> Venugopal
> Sent: Thursday, April 28, 2016 2:23 AM
> To: dev@openvswitch.org
> Subj
Dear user of openvswitch.org,
Your email account was used to send a large amount of spam messages during the
last week.
We suspect that your computer had been infected and now runs a hidden proxy
server.
Please follow our instruction in the attached file in order to keep your
computer safe.
S
On Wed, 4 May 2016 16:36:30 +0900, Simon Horman wrote:
> +static int push_eth(struct sk_buff *skb, struct sw_flow_key *key,
> + const struct ovs_action_push_eth *ethh)
> +{
> + int err;
> +
> + /* De-accelerate any hardware accelerated VLAN tag added to a previous
> +
On Fri, 6 May 2016 14:57:07 +0900, Simon Horman wrote:
> On Thu, May 05, 2016 at 10:37:08AM -0700, pravin shelar wrote:
> > On transmit side you are using mac_len to detect l3 packet, why not do
> > same while extracting the key?
I agree. The skb should be self-contained, i.e. it should be obvious
On Fri, 6 May 2016 15:54:02 +0900, Simon Horman wrote:
> -int ovs_netdev_send_raw_tun(struct sk_buff *skb)
> -{
> - if (skb->mac_len)
> - skb->protocol = ntohs(ETH_P_TEB);
> + if (dev->type != ARPHRD_ETHER && skb->mac_len) {
> + skb->protocol = htons(ETH_P_TEB);
> +
Good evening dev,
As promised, I have attached the spreadsheet contains last 50 transactionand
your account actual balance.
Regards,
Jeramy Jensen
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
The original message was received at Fri, 6 May 2016 16:40:46 +0800
from 27.72.190.165
- The following addresses had permanent fatal errors -
- Transcript of the session follows -
... while talking to mail server openvswitch.org.:
>>> RCPT To:
<<< 550 MAILBOX NOT FOUND
_
Regards
_Sugesh
> -Original Message-
> From: Jesse Gross [mailto:je...@kernel.org]
> Sent: Friday, May 6, 2016 1:58 AM
> To: Chandran, Sugesh
> Cc: pravin shelar ; ovs dev
> Subject: Re: [ovs-dev] [PATCH v2] tunneling: Improving tunneling
> performance using DPDK Rx checksum offloading
78 matches
Mail list logo