Re: 12.3: igb driver does not receive vlan-tagged packets

2021-12-12 Thread Özkan KIRIK
I'm glad to hear good news from you. On Sun, Dec 12, 2021 at 2:09 PM Peter wrote: > > Hi Özkan, > > I want to say a (late) thank-you for this quick and helpful answer! > I did now include the change as of https://reviews.freebsd.org/D33154 > into my 12.3-RELEASE, and it solves the issue. > > > c

Re: 12.3: igb driver does not receive vlan-tagged packets

2021-12-12 Thread Peter
Hi Özkan, I want to say a (late) thank-you for this quick and helpful answer! I did now include the change as of https://reviews.freebsd.org/D33154 into my 12.3-RELEASE, and it solves the issue. cheerio, PMc On Sat, Dec 04, 2021 at 02:06:33PM +0300, Özkan KIRIK wrote: ! Hi, ! ! I hit an issu

Re: 12.3: igb driver does not receive vlan-tagged packets

2021-12-04 Thread Özkan KIRIK
Hi, I hit an issue like this. The e1000 & igb driver doesn't reflect hw offload capabilities now. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260068 And the differential https://reviews.freebsd.org/D33154 was created for the bug reported by me. I saw that, you need disable "vlanhwfilter" cap

12.3: igb driver does not receive vlan-tagged packets

2021-12-04 Thread Peter
Hija, after swapping network interface card (re0) to igb0, my networking failed. I found that igb does send out vlan tagged packets, but not receive any answers, unless a vlan* device was previousely attached with the required vlan number (observed with tcpdump). My current workaround is this