[Bug 255309] ice(4) driver doesn't use RSS option correctly

2021-05-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255309 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org Keywords

Re: Vector Packet Processing (VPP) portability on FreeBSD

2021-05-11 Thread Jim Thompson via freebsd-net
> On May 11, 2021, at 7:04 AM, Mark Johnston wrote: > > On Tue, May 11, 2021 at 12:43:10PM +, Francois ten Krooden wrote: >> On Monday, 10 May 2021 16:10 Konstantin Belousov wrote: >> >> >>> On Mon, May 10, 2021 at 11:08:18AM +, Francois ten Krooden wrote: 3. What are suitable a

[Bug 255749] jumbo frame support of IPv6 vlan interfaces is broken

2021-05-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255749 Andrey V. Elsukov changed: What|Removed |Added CC||a...@freebsd.org See

[Bug 248005] nd6 initializes nd_ifinfo->maxmtu = 0 on newly inserted network interfaces

2021-05-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248005 Andrey V. Elsukov changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 255749] jumbo frame support of IPv6 vlan interfaces is broken

2021-05-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255749 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiv

Re: Vector Packet Processing (VPP) portability on FreeBSD

2021-05-11 Thread Mark Johnston
On Tue, May 11, 2021 at 12:43:10PM +, Francois ten Krooden wrote: > On Monday, 10 May 2021 16:10 Konstantin Belousov wrote: > > > > On Mon, May 10, 2021 at 11:08:18AM +, Francois ten Krooden wrote: > > > 3. What are suitable alternatives for reading information from procfs and > > sysfs

RE: Vector Packet Processing (VPP) portability on FreeBSD

2021-05-11 Thread Francois ten Krooden
On Monday, 10 May 2021 16:10 Konstantin Belousov wrote: > On Mon, May 10, 2021 at 11:08:18AM +, Francois ten Krooden wrote: > > Greetings > > > > We have a vested interest in high-speed IPsec VPN on FreeBSD. We have > started with the porting of VPP (https://fd.io/) to FreeBSD. > > > > Curre

Re: sender source IP address on UDP socket bound to INADDR_ANY in golang

2021-05-11 Thread Patrick M. Hausen
Hi! > Am 11.05.2021 um 12:38 schrieb Peter Jeremy : > > On 2021-May-08 19:05:56 +0200, "Patrick M. Hausen" wrote: >> I am facing a problem that is perfectly explained by the semantics >> of the socket interface for UDP, if one assumes that the application >> in question binds to INADDR_ANY and d

Re: sender source IP address on UDP socket bound to INADDR_ANY in golang

2021-05-11 Thread Peter Jeremy via freebsd-net
On 2021-May-08 19:05:56 +0200, "Patrick M. Hausen" wrote: >I am facing a problem that is perfectly explained by the semantics >of the socket interface for UDP, if one assumes that the application >in question binds to INADDR_ANY and does not specifically set the >sender address when sending datagr