zephyr/tests
Ravi kumar Veeramally ead511ddae net: Fix net_nbuf_read corner cases
Valid case:
 1) If the offset is more than current fragment length, adjusts offset
    from next relevant fragment and starts reading or skipping.
 2) If the read or skip length is more than available data length,
    then throw an error.

In case of an error, frag is 'NULL' pos is '0xffff'. Rest of the cases
are successful read and skip.

Change-Id: I88c4b85e14e5821f681966b5148ba9519b91cca4
Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
2016-12-02 12:40:49 +02:00
..
bluetooth Bluetooth: tests: Fix Makefiles comments 2016-11-18 07:47:50 +02:00
booting/stub samples: tests: remove obsolete KERNEL_TYPE and kernel variables 2016-11-04 15:47:25 -04:00
compliance tests/compiance/checkpatch: force the format to 'email' 2016-11-10 19:30:32 +00:00
crypto tests/tinycrypt: Solve style issues in test_ccm_mode 2016-11-18 01:05:33 +00:00
drivers tests/drivers: Update pinmux application 2016-11-26 10:46:11 +00:00
fs/fat_fs fs: expose generic ramdisk/flash disk access functions 2016-11-09 02:45:45 +00:00
include tinycrypt: Fix style issues 2016-11-16 16:51:57 +00:00
kernel libc/minimal: snprintf(): KILL negative len parameter 2016-11-28 20:49:37 +00:00
legacy tests: adjust some stack sizes when running debug loads 2016-11-30 23:47:46 +00:00
net net: Fix net_nbuf_read corner cases 2016-12-02 12:40:49 +02:00
power/power_states tests: power_mgmt: Fix wrong value being passed to post_ops func 2016-11-23 00:21:52 +00:00
unit net: buf: Use unified k_fifo API for FIFOs 2016-11-11 06:00:17 +00:00
ztest tests/ztest/mock: remove usage of legacy k_fifo_get() 2016-11-28 20:50:38 +00:00
Kconfig
Makefile
Makefile.test
defaults.tc