Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Nov 2015 09:46:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 204326] [patch] sys/dev/oce bugged promiscuous mode
Message-ID:  <bug-204326-8@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204326

            Bug ID: 204326
           Summary: [patch] sys/dev/oce bugged promiscuous mode
           Product: Base System
           Version: 10.2-STABLE
          Hardware: amd64
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: sergey@akhmatov.ru
          Keywords: patch

Created attachment 162845
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=162845&action=edit
Promisc mode fix

Poblem observed on HP NC550SFP NIC

$ dmesg
oce0: <Emulex CNA NIC function:///10.0.664.0///> mem 
0xfbff0000-0xfbff3fff,0xfbfc0000-0xfbfdffff,0xfbfa0000-0xfbfbffff irq 32 

$ pciconf –vl
oce0 at pci0:4:0:0:        class=0x020000 card=0x1747103c chip=0x070019a2 
rev=0x02 hdr=0x00
     vendor     = 'Emulex Corporation'
     device     = 'OneConnect 10Gb NIC'
     class      = network
     subclass   = ethernet

Putting interface to promisc mode either by tcpdump, or by ifconfig oce0
promisc actually has no effect: only unicast frames with destination MAC
matching NIC's and broadcast frames are visible.

Patch fixes problem. It was received from Emulex tech support in June, but
haven't made it to HEAD yet.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204326-8>