Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net: l2: Correct debug message and avoid unneeded assignment #1481

Merged
merged 1 commit into from
Sep 18, 2017

Conversation

finikorg
Copy link
Collaborator

At the moment we print "Sending ARP packet" even if we found ARP entry
and send the packet directly.

Signed-off-by: Andrei Emeltchenko [email protected]

@ghost ghost assigned finikorg Sep 13, 2017
@ghost ghost added the In progress For PRs: is work in progress and should not be merged yet. For issues: Is being worked on label Sep 13, 2017
pfalcon
pfalcon previously approved these changes Sep 13, 2017
Copy link
Contributor

@pfalcon pfalcon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs rebasing after #1480, otherwise very helpful patch.

if (pkt != arp_pkt) {
NET_DBG("Sending arp pkt %p (orig %p) to iface %p",
arp_pkt, pkt, iface);

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rebase your patch again latest master, some removed lines were re-introduced again.
besides that it's fine to me.

@tbursztyka tbursztyka requested a review from jukkar September 13, 2017 10:04
At the moment we print "Sending ARP packet" even if we found ARP entry
and send the packet directly.

Signed-off-by: Andrei Emeltchenko <[email protected]>
Copy link
Member

@jukkar jukkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jukkar jukkar merged commit cc4d138 into zephyrproject-rtos:master Sep 18, 2017
@ghost ghost removed the In progress For PRs: is work in progress and should not be merged yet. For issues: Is being worked on label Sep 18, 2017
nagineni pushed a commit to nagineni/zephyr that referenced this pull request Nov 20, 2017
Updated iotivity-constrained with latest 6lowpan fixes,
and updated 6lowpan configs to work with latest Zephyr 1.9

Fixes zephyrproject-rtos#1586, zephyrproject-rtos#1565, zephyrproject-rtos#1481, zephyrproject-rtos#1237

Signed-off-by: Jimmy Huang <[email protected]>
@finikorg finikorg deleted the net-l2 branch September 6, 2021 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants