[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4F6D921F.10400@st.com>
Date: Sat, 24 Mar 2012 14:51:35 +0530
From: deepaksi <deepak.sikri@...com>
To: Giuseppe CAVALLARO <peppe.cavallaro@...com>
Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"davem@...emloft.net" <davem@...emloft.net>,
Srinivas KANDAGATLA <srinivas.kandagatla@...com>,
spear-devel <spear-devel@...t.st.com>,
Shiraz HASHIM <shiraz.hashim@...com>,
Viresh KUMAR <viresh.kumar@...com>,
"bhutchings@...arflare.com" <bhutchings@...arflare.com>
Subject: Re: [PATCH 03/10] stmmac: sanitize the rx coe and add the type-1
csum
On 3/23/2012 2:38 PM, Giuseppe CAVALLARO wrote:
> [snip]
>
>
> - priv->rx_coe = priv->hw->mac->rx_coe(priv->ioaddr);
> - if (priv->rx_coe)
> - pr_info(" RX Checksum Offload Engine supported\n");
> + if (priv->plat->rx_coe)
> + pr_info(" RX Checksum Offload Engine supported (type %d)\n",
> + priv->plat->rx_coe);
> if (priv->plat->tx_coe)
> pr_info(" TX Checksum insertion supported\n");
>
rx_coe needs to be enabled. Earlier it was being done. Any specific
reasons to remove this.
Instead this code needs to be moved post mac reset has been done.
Regards
Deepak
--
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