Advertisement
dan_gora

Untitled

Oct 16th, 2018
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. dg:snappy:latest(kni_iface_v4) => git send-email --dry-run --in-reply-to '<20180911232906.18352-1-dg@adax.com>' --cc 'Igor Ryzhov <iryzhov@nfware.com>' --cc 'Stephen Hemminger <stephen@networkplumber.org>' --cc 'Ferruh Yigit <ferruh.yigit@intel.com>' --cc-cmd ./devtools/get-maintainer.sh --to dev@dpdk.org /tmp/dpdk/v4-000*.patch
  2. /tmp/dpdk/v4-0000-cover-letter.patch
  3. /tmp/dpdk/v4-0001-kni-add-API-to-set-link-status-on-kernel-interfac.patch
  4. /tmp/dpdk/v4-0002-kni-add-link-status-test.patch
  5. /tmp/dpdk/v4-0003-kni-set-default-carrier-state-of-interface.patch
  6. /tmp/dpdk/v4-0004-examples-kni-monitor-and-update-link-status-conti.patch
  7. /tmp/dpdk/v4-0005-examples-kni-add-log-msgs-to-show-and-clear-stats.patch
  8. /tmp/dpdk/v4-0006-examples-kni-improve-zeroing-statistics.patch
  9. (mbox) Adding cc: Dan Gora <dg@adax.com> from line 'From: Dan Gora <dg@adax.com>'
  10. /usr/src/linux/scripts/get_maintainer.pl: file '/tmp/dpdk/v4-0000-cover-letter.patch' doesn't appear to be a patch. Add -f to options?
  11. Dry-OK. Log says:
  12. Server: smtp.gmail.com
  13. MAIL FROM:<dg@adax.com>
  14. RCPT TO:<dev@dpdk.org>
  15. RCPT TO:<iryzhov@nfware.com>
  16. RCPT TO:<stephen@networkplumber.org>
  17. RCPT TO:<ferruh.yigit@intel.com>
  18. RCPT TO:<dg@adax.com>
  19. From: Dan Gora <dg@adax.com>
  20. To: dev@dpdk.org
  21. Cc: Igor Ryzhov <iryzhov@nfware.com>,
  22. Stephen Hemminger <stephen@networkplumber.org>,
  23. Ferruh Yigit <ferruh.yigit@intel.com>,
  24. Dan Gora <dg@adax.com>
  25. Subject: [PATCH v4 0/6] kni: add API to set link status on kernel interface
  26. Date: Tue, 16 Oct 2018 22:18:30 -0300
  27. Message-Id: <20181017011836.24107-1-dg@adax.com>
  28. X-Mailer: git-send-email 2.19.0
  29. In-Reply-To: <20180911232906.18352-1-dg@adax.com>
  30. References: <20180911232906.18352-1-dg@adax.com>
  31. MIME-Version: 1.0
  32. Content-Transfer-Encoding: 8bit
  33.  
  34. Result: OK
  35. (mbox) Adding cc: Dan Gora <dg@adax.com> from line 'From: Dan Gora <dg@adax.com>'
  36. (body) Adding cc: Dan Gora <dg@adax.com> from line 'Signed-off-by: Dan Gora <dg@adax.com>'
  37. (cc-cmd) Adding cc: Ferruh Yigit <ferruh.yigit@intel.com> from: './devtools/get-maintainer.sh'
  38. Dry-OK. Log says:
  39. Server: smtp.gmail.com
  40. MAIL FROM:<dg@adax.com>
  41. RCPT TO:<dev@dpdk.org>
  42. RCPT TO:<iryzhov@nfware.com>
  43. RCPT TO:<stephen@networkplumber.org>
  44. RCPT TO:<ferruh.yigit@intel.com>
  45. RCPT TO:<dg@adax.com>
  46. From: Dan Gora <dg@adax.com>
  47. To: dev@dpdk.org
  48. Cc: Igor Ryzhov <iryzhov@nfware.com>,
  49. Stephen Hemminger <stephen@networkplumber.org>,
  50. Ferruh Yigit <ferruh.yigit@intel.com>,
  51. Dan Gora <dg@adax.com>
  52. Subject: [PATCH v4 1/6] kni: add API to set link status on kernel interface
  53. Date: Tue, 16 Oct 2018 22:18:31 -0300
  54. Message-Id: <20181017011836.24107-2-dg@adax.com>
  55. X-Mailer: git-send-email 2.19.0
  56. In-Reply-To: <20181017011836.24107-1-dg@adax.com>
  57. References: <20180911232906.18352-1-dg@adax.com>
  58. <20181017011836.24107-1-dg@adax.com>
  59. MIME-Version: 1.0
  60. Content-Transfer-Encoding: 8bit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement