Page MenuHomeFreeBSD

net/intel-ixl-kmod Updated 40 gigabit FreeBSD Base Driver for Intel(R) Network Connections
ClosedPublic

Authored by skozlov on Mar 27 2016, 8:03 PM.
Tags
None
Referenced Files
F81635462: D5761.diff
Fri, Apr 19, 7:21 AM
Unknown Object (File)
Mar 9 2024, 4:47 PM
Unknown Object (File)
Mar 9 2024, 4:47 PM
Unknown Object (File)
Mar 9 2024, 4:47 PM
Unknown Object (File)
Mar 9 2024, 4:47 PM
Unknown Object (File)
Mar 9 2024, 4:47 PM
Unknown Object (File)
Mar 9 2024, 4:26 PM
Unknown Object (File)
Jan 6 2024, 7:27 PM

Details

Summary

New port for updated version of Intel(R) ixl driver.

Driver is able to override the one in GENERIC without rebuilding the kernel, please see pkg-message for the details.
Port is made as master to allow easy deployment of other Intel network drivers in the future.
Putting my Intel hat on for this port.

Sponsored by: Intel Corporation

Test Plan

Poudriere log:


Portlint log: see poudriere log

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

skozlov retitled this revision from to net/intel-ixl-kmod Updated 40 gigabit FreeBSD Base Driver for Intel(R) Network Connections.
skozlov updated this object.
skozlov edited the test plan for this revision. (Show Details)
skozlov added a reviewer: Intel Networking.
skozlov set the repository for this revision to rP FreeBSD ports repository.

To my not-very-ports-savvy eyes, this looks right. The only thing which threw me was SITE_SUBDIR being defined after it was used to define MASTER_SITES; perhaps re-order them?

Why does it need to be called kmod? I'd just name it intel-ixl

In D5761#123295, @gnn wrote:

Why does it need to be called kmod? I'd just name it intel-ixl

This is a ports "thing".

I requested this change to fall inline with the other kernel modules in the ports system.

gnn edited edge metadata.

Carry on then!

This revision is now accepted and ready to land.Mar 29 2016, 4:04 PM
net/intel-ixl-kmod/Makefile
26 ↗(On Diff #14655)

Change this variable to "MASTER_SITE_SUBDIR"

Move it to line 9, under MASTER_SITES for clarity.

What does this warning in the log mean?

WARN: Consider to set DEVELOPER=yes in /etc/make.conf
In D5761#123330, @erj wrote:

What does this warning in the log mean?

WARN: Consider to set DEVELOPER=yes in /etc/make.conf

That is specifically for testing. If you set DEVELOPER=yes in make.conf then the ports MK system will check things more aggressively for conformance to ports "style".

skozlov edited edge metadata.

Changed and moved SITE_SUBDIR -> MASTER_SITE_SUBDIR

'portlint -AC' is still happy:

WARN: Makefile: unless this is a master port, PORTNAME has to be set by "=", not by "?=".
WARN: Makefile: unless this is a master port, PORTVERSION has to be set by "=", not by "?=".
WARN: Makefile: unless this is a master port, COMMENT has to be set by "=", not by "?=".
0 fatal errors and 3 warnings found.

This revision now requires review to proceed.Mar 29 2016, 9:39 PM
In D5761#123330, @erj wrote:

What does this warning in the log mean?

WARN: Consider to set DEVELOPER=yes in /etc/make.conf

That is specifically for testing. If you set DEVELOPER=yes in make.conf then the ports MK system will check things more aggressively for conformance to ports "style".

This warning is inevitable when using poudriere - I have 'DEVELOPER=yes' set in my make.conf. You can see that there's no such warning in my prev comment.

In D5761#123418, @kozlov.sergey.404_gmail.com wrote:

Changed and moved SITE_SUBDIR -> MASTER_SITE_SUBDIR

'portlint -AC' is still happy:

WARN: Makefile: unless this is a master port, PORTNAME has to be set by "=", not by "?=".
WARN: Makefile: unless this is a master port, PORTVERSION has to be set by "=", not by "?=".
WARN: Makefile: unless this is a master port, COMMENT has to be set by "=", not by "?=".
0 fatal errors and 3 warnings found.

Those seem reasonable to change to "=". This is not a slave port.

Those seem reasonable to change to "=". This is not a slave port.

It will be a master port, there are plans to make ports for other drivers. I didn't want to touch this port the time e.g. intel-ix-kmod will be on the review to narrow the scope to one port only.

This revision is now accepted and ready to land.Apr 6 2016, 4:34 PM
rpokala added a reviewer: rpokala.

To my not-very-ports-savvy eyes, this looks fine now.

sbruno added a reviewer: portmgr.
sbruno added a reviewer: sbruno.

Need a "LGTM" from portmgr. Then I'll commit it.

skozlov edited edge metadata.

Added previously mistakenly excluded files/pkg-message.in

Portlint is still happy:
WARN: Makefile: unless this is a master port, PORTNAME has to be set by "=", not by "?=".
WARN: Makefile: unless this is a master port, PORTVERSION has to be set by "=", not by "?=".
WARN: Makefile: unless this is a master port, COMMENT has to be set by "=", not by "?=".
0 fatal errors and 3 warnings found.

This revision now requires review to proceed.Apr 15 2016, 10:38 AM
This revision was automatically updated to reflect the committed changes.