CC: Francois

On Tue, 16 Jan 2018 19:42:15 -0800, Alexei Starovoitov wrote:
> > +   switch (vendor_id) {
> > +   case 0x19ee:
> > +           device_id = read_sysfs_netdev_hex_int(devname, "device");
> > +           if (device_id != 0x4000 &&
> > +               device_id != 0x6000 &&
> > +               device_id != 0x6003)
> > +                   p_info("Unknown NFP device ID, assuming it is NFP-6xxx 
> > arch");
> > +           return "NFP-6xxx";  
> 
> is this a canonical name that bfd will understand?

Yes, we started with just "nfp", but tossed "6k" for good measure.

> a link to bfd patches?

Unfortunately not posted, yet.

Reply via email to