DHCP server for freebsd on IPoIB
Hans Petter Selasky
hps at selasky.org
Wed Feb 12 18:59:47 UTC 2020
On 2020-02-12 19:53, Kumar, Anmol wrote:
> Inbound packets are pushed by faking header and same is true for TX packets but TX packets does not have dst_family added so IPOIB driver simply returns with un-supported family and it is dropped.
> I have verified this after debugging ipoib driver.
>
Yes, in ipoib_output() there is no ethernet case, so those packets are
dropped. Is this something you are planning to work on, like making a patch?
--HPS
More information about the freebsd-infiniband
mailing list