Gigabit PPPoE?
-
Guys, have you considered including the fix for PPPoE being handled on a single thread?
https://forum.pfsense.org/index.php?topic=100900.msg562791#msg562791
https://redmine.pfsense.org/issues/4821It's mislabeled as "feature", while it's clearly a bug. Newest 8-core Atoms can't handle Gigabit speeds because of this…
-
The patch needs to be put into FreeBSD and then brought back into 10-STABLE before we can pick something like that up. And even then that only fixes one driver (igb) it's not a general fix. Advocate to FreeBSD directly to try getting it in.
-
Guys, have you considered including the fix for PPPoE being handled on a single thread?
https://forum.pfsense.org/index.php?topic=100900.msg562791#msg562791
https://redmine.pfsense.org/issues/4821It's mislabeled as "feature", while it's clearly a bug. Newest 8-core Atoms can't handle Gigabit speeds because of this…
Yeah and don't use any of the ADI/Netgate/or pfSense rebranded routers if you're using Gigabit PPPoE, they all use the crappy igb drivers :(
I had to build an i5 box to support it with the em drivers, works like a charm with all *bsd routing platforms.
-
Yeah and don't use any of the ADI/Netgate/or pfSense rebranded routers if you're using Gigabit PPPoE, they all use the crappy igb drivers :(
I had to build an i5 box to support it with the em drivers, works like a charm with all *bsd routing platforms.
There's nothing crappy about igb. In fact it's better than em. The faster CPU is why your i5 box is faster, it's probably slightly slower (lower top end achievable throughput) for having em rather than igb.
-
@cmb:
Yeah and don't use any of the ADI/Netgate/or pfSense rebranded routers if you're using Gigabit PPPoE, they all use the crappy igb drivers :(
I had to build an i5 box to support it with the em drivers, works like a charm with all *bsd routing platforms.
There's nothing crappy about igb. In fact it's better than em.
Broadly speaking, igb supports newer / higher end Intel Gigabit adapters, and em supports older / lower end Intel Gigabit adapters. The driver was split somewhere around five years ago, as it was hard to support NICs with such a wide spread of architectural differences and offloading features in a single driver.
I'll take an igb over an em any day.