lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sat, 22 Mar 2014 17:39:50 -0700
From:	Byungho An <bh74.an@...sung.com>
To:	'Vince Bridgers' <vbridgers2013@...il.com>
Cc:	netdev@...r.kernel.org, linux-samsung-soc@...r.kernel.org,
	devicetree@...r.kernel.org, 'David Miller' <davem@...emloft.net>,
	'GIRISH K S' <ks.giri@...sung.com>,
	'SIVAREDDY KALLAM' <siva.kallam@...sung.com>,
	'Vipul Chandrakant' <vipul.pandya@...sung.com>,
	'Ilho Lee' <ilho215.lee@...sung.com>,
	'Jay Bhat' <j.bhat@...sung.com>
Subject: RE: [PATCH V11 2/7] net: sxgbe: add basic framework for Samsung 10Gb
 ethernet driver

Vince Bridgers <vbridgers2013@...il.com> :
> On Sat, Mar 22, 2014 at 1:23 AM, Byungho An <bh74.an@...sung.com> wrote:
> > From: Siva Reddy <siva.kallam@...sung.com>
> >
> > This patch adds support for Samsung 10Gb ethernet driver(sxgbe).

[snip]

> > +       /* Stop Advertising 1000BASE Capability if interface is not GMII
*/
> > +       if ((phy_iface == PHY_INTERFACE_MODE_MII) ||
> > +           (phy_iface == PHY_INTERFACE_MODE_RMII))
> > +               phydev->advertising &= ~(SUPPORTED_1000baseT_Half |
> > +                                        SUPPORTED_1000baseT_Full);
> 
> Your bindings document says sgmii and xgmii are possible. This code
> implies MII, RMII are possible (since you're checking for it). Is this
> needed?
As of now it is not needed, it is for future compatibility. anyway i'll remove
in this serise.

[sinp]

> > +               next_entry = (++priv->rxq[qnum]->cur_rx) % rxsize;
> > +               prefetch(priv->rxq[qnum]->dma_rx + next_entry);
> > +
> > +               /*TO DO read the status of the incoming frame */
> 
> Did you intend to leave a "TO DO" in a V11 submission?
it is not for this patch but for later patch.

> 
> 
> All the best,
> 
> Vince
> 
> >
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe netdev" in
> > the body of a message to majordomo@...r.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ