***SPAM***会议记录【太 陽 城集团:401362。COM 送 您150%老 虎] 机大牌优 惠,存100送100 二存再送50 元,天天反水2.0%起,

2018-08-18 Thread Mathioudaki Athina
Thank you for your e-mail. Tech-Line S.A will be closed for summer holidays from August 6th to Friday August 25th inclusive. I will reply to your e-mail upon my return. Best regards, Athina Mathioudaki

[PATCH][net-next] vxlan: reduce dirty cache line in vxlan_find_mac

2018-08-18 Thread Li RongQing
vxlan_find_mac() unconditionally set f->used for every packet, this cause a cache miss for every packet, since remote, hlist and used of vxlan_fdb share the same cacheline. With this change f->used is set only if not equal to jiffies This gives up to 5% speed-up with small packets.

Re: [RFC 0/1] Appletalk AARP probe broken by receipt of own broadcasts.

2018-08-18 Thread Craig McGeachie
On 19/08/18 13:32, Andrew Lunn wrote: On Sun, Aug 19, 2018 at 01:07:38PM +1200, Craig McGeachie wrote: I'm hoping I can find someone able and willing to test this patch. That requires someone still using netatalk 2.2.x with DDP, or some other DDP userspace application. This feels like a

Re: [RFC 0/1] Appletalk AARP probe broken by receipt of own broadcasts.

2018-08-18 Thread Andrew Lunn
On Sun, Aug 19, 2018 at 01:07:38PM +1200, Craig McGeachie wrote: > I'm hoping I can find someone able and willing to test this patch. That > requires someone still using netatalk 2.2.x with DDP, or some other DDP > userspace application. This feels like a longshot. > > When netatalk 2.2.x starts

[RFC 1/1] appletalk: ignore aarp probe broadcasts that loopback.

2018-08-18 Thread Craig McGeachie
AARP probe packets are broadcast to dynamically discover if an Appletalk node address is in use. The definition of AARP requires interpreting the receipt of probe requests for the address being tested as the address being in use, and then trying the next address. However, the node receives its own

[RFC 0/1] Appletalk AARP probe broken by receipt of own broadcasts.

2018-08-18 Thread Craig McGeachie
I'm hoping I can find someone able and willing to test this patch. That requires someone still using netatalk 2.2.x with DDP, or some other DDP userspace application. This feels like a longshot. When netatalk 2.2.x starts up with DDP and sets the Appletalk node address, the kernel AARP code sends

financial support

2018-08-18 Thread Xiang, Feifei
-- donation of $3 to you, contact hams@hotmail.com to verefly

Re: [PATCH ethtool] ethtool: document WoL filters option also in help message

2018-08-18 Thread John W. Linville
On Fri, Aug 17, 2018 at 10:51:31AM -0700, Florian Fainelli wrote: > On 08/17/2018 06:21 AM, Michal Kubecek wrote: > > Commit eff0bb337223 ("ethtool: Add support for WAKE_FILTER (WoL using > > filters)") added option "f" for wake on lan and documented it in man page > > but not in the output of

Re: [PATCH]ipv6: multicast: In mld_send_cr function moving read lock to second for loop

2018-08-18 Thread David Miller
From: Guruswamy Basavaiah Date: Fri, 17 Aug 2018 18:01:41 +0530 > @@ -1860,7 +1860,6 @@ static void mld_send_cr(struct inet6_dev *idev) > struct sk_buff *skb = NULL; > int type, dtype; > > -read_lock_bh(>lock); > spin_lock(>mc_lock); > > /* deleted MCA's */ This will

Re: how to (cross)connect two (physical) eth ports for ping test?

2018-08-18 Thread Willy Tarreau
On Sat, Aug 18, 2018 at 09:10:25PM +0200, Andrew Lunn wrote: > On Sat, Aug 18, 2018 at 01:39:50PM -0400, Robert P. J. Day wrote: > > > > (i'm sure this has been explained many times before, so a link > > covering this will almost certainly do just fine.) > > > > i want to loop one physical

Re: [bpf-next RFC 2/3] flow_dissector: implements eBPF parser

2018-08-18 Thread Willem de Bruijn
On Sat, Aug 18, 2018 at 11:56 AM Tom Herbert wrote: > > On Thu, Aug 16, 2018 at 9:44 AM, Petar Penkov wrote: > > From: Petar Penkov > > > > This eBPF program extracts basic/control/ip address/ports keys from > > incoming packets. It supports recursive parsing for IP > > encapsulation, MPLS,

Re: how to (cross)connect two (physical) eth ports for ping test?

2018-08-18 Thread Andrew Lunn
On Sat, Aug 18, 2018 at 01:39:50PM -0400, Robert P. J. Day wrote: > > (i'm sure this has been explained many times before, so a link > covering this will almost certainly do just fine.) > > i want to loop one physical ethernet port into another, and just > ping the daylights from one to the

how to (cross)connect two (physical) eth ports for ping test?

2018-08-18 Thread Robert P. J. Day
(i'm sure this has been explained many times before, so a link covering this will almost certainly do just fine.) i want to loop one physical ethernet port into another, and just ping the daylights from one to the other for stress testing. my fedora laptop doesn't actually have two unused

Re: [PATCH] net: nixge: Add support for 64-bit platforms

2018-08-18 Thread David Miller
From: Moritz Fischer Date: Thu, 16 Aug 2018 12:07:06 -0700 > Add support for 64-bit platforms to driver. > > The hardware only supports 32-bit register accesses > so the accesses need to be split up into two writes > when setting the current and tail descriptor values. > > Cc: Florian Fainelli

Re: pull-request: bpf 2018-08-18

2018-08-18 Thread David Miller
From: Daniel Borkmann Date: Sat, 18 Aug 2018 01:29:20 +0200 > The following pull-request contains BPF updates for your *net* tree. > > The main changes are: ... > Please consider pulling these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git Pulled, thanks.

Re: [bpf-next RFC 2/3] flow_dissector: implements eBPF parser

2018-08-18 Thread Tom Herbert
On Thu, Aug 16, 2018 at 9:44 AM, Petar Penkov wrote: > From: Petar Penkov > > This eBPF program extracts basic/control/ip address/ports keys from > incoming packets. It supports recursive parsing for IP > encapsulation, MPLS, GUE, and VLAN, along with IPv4/IPv6 and extension > headers. This