From: Richard Cochran <richardcochran@gmail.com>
To: netdev@vger.kernel.org
Cc: mugunthanvnm@ti.com
Subject: cpsw_ale clobbers learned addresses?
Date: Wed, 13 May 2015 21:38:16 +0200 [thread overview]
Message-ID: <20150513193816.GA11130@localhost.localdomain> (raw)
It appears to me that cpsw_ale.c will possibly clobber addresses
learned by the switch. When adding a new entry, the code reads the
table until it finds an empty entry. Then, it writes the new value to
that same index. However, nothing prevents the switch from using that
same index between the read and the write.
Or am I missing something?
Thanks,
Richard
next reply other threads:[~2015-05-13 19:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-13 19:38 Richard Cochran [this message]
2015-05-18 9:12 ` cpsw_ale clobbers learned addresses? Mugunthan V N
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150513193816.GA11130@localhost.localdomain \
--to=richardcochran@gmail.com \
--cc=mugunthanvnm@ti.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).